Html Css Color HEX #325DCC Cerulean Blue

📋 copy color: '#325DCC'

red 50 ◦ green 93 ◦ blue 204

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

Shades of Cerulean Blue #325DCC

Tints of Cerulean Blue #325DCC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.8%

 BLUE value IS 204 (80.08% from 255) = 58.79%

R = 14.41%
G = 26.8%
B = 58.79%

CMYK

 C value IS 0.75

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#325DCC (or 0x325DCC) is known color: Cerulean Blue. HEX triplet: 32, 5D and CC. RGB value is (50,93,204). Sum of RGB (Red+Green+Blue) = 50+93+204=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #325DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325DCC is #CDA233. Grayscale: #5C5C5C. Windows color (decimal): -13476404 or 13393202. OLE color: 13393202.

HSL color Cylindrical-coordinate representation of color #325DCC: hue angle of 223.25º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #325DCC is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 50 93 204 -
CMYK 0.75 0.54 0 0.2
HSL 223.25º 0.61% 0.5% -
HSV(B) 223.25º 0.75% 0.8% -
XYZ 16.13 12.87 58.76 -
YUV 92.8 190.75 97.47 -
System Red Green Blue C M Y K H S L
Decimal 50 93 204 0.75 0.54 0 0.2 223.25 0.61 0.5
Hex 32 5D CC 4B 36 0 14 DF 3D 32
Octal 62 135 314 113 66 0 24 337 75 62
Binary 110010 1011101 11001100 1001011 110110 0 10100 11011111 111101 110010

Color Harmonies of #325DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325DCC

Black with #325DCC

Text Example


Text Example

White with #325DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,93,204); }

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

background-color css

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

 a { background-color: rgb(50,93,204); }

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

border-color css

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

 span { border-color: rgb(50,93,204); }

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