Html Css Color HEX #325CBD Cerulean Blue

📋 copy color: '#325CBD'

red 50 ◦ green 92 ◦ blue 189

#325CBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #325CBD

Tints of Cerulean Blue #325CBD

RGB

 RED value IS 50 (19.92% from 255) = 15.11%

 GREEN value IS 92 (36.33% from 255) = 27.79%

 BLUE value IS 189 (74.22% from 255) = 57.1%

R = 15.11%
G = 27.79%
B = 57.1%

CMYK

 C value IS 0.74

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#325CBD (or 0x325CBD) is known color: Cerulean Blue. HEX triplet: 32, 5C and BD. RGB value is (50,92,189). Sum of RGB (Red+Green+Blue) = 50+92+189=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #325CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325CBD is #CDA342. Grayscale: #5A5A5A. Windows color (decimal): -13476675 or 12409906. OLE color: 12409906.

HSL color Cylindrical-coordinate representation of color #325CBD: hue angle of 221.87º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #325CBD is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 92 189 -
CMYK 0.74 0.51 0 0.26
HSL 221.87º 0.58% 0.47% -
HSV(B) 221.87º 0.74% 0.74% -
XYZ 14.33 12.01 49.71 -
YUV 90.5 183.59 99.11 -
System Red Green Blue C M Y K H S L
Decimal 50 92 189 0.74 0.51 0 0.26 221.87 0.58 0.47
Hex 32 5C BD 4A 33 0 1A DE 3A 2F
Octal 62 134 275 112 63 0 32 336 72 57
Binary 110010 1011100 10111101 1001010 110011 0 11010 11011110 111010 101111

Color Harmonies of #325CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325CBD

Black with #325CBD

Text Example


Text Example

White with #325CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325CBD; }

 p { color: rgb(50,92,189); }

 H1.HeaderClassName
 {
   color: #325CBD;
 }
 .AnyTagClassName
 {
   color: #325CBD;
 }
</style>

background-color css

<style>
 a { background-color: #325CBD; }

 a { background-color: rgb(50,92,189); }

 div.DivClassName
 {
   background-color: #325CBD;
 }
 .BgClassName
 {
   background-color: #325CBD;
 }
</style>

border-color css

<style>
 span { border-color: #325CBD; }

 span { border-color: rgb(50,92,189); }

 td.TdClassName
 {
   border-color: #325CBD;
 }
 .TagClassName
 {
   border-color: #325CBD;
 }
</style>