Html Css Color HEX #325ECC Cerulean Blue

📋 copy color: '#325ECC'

red 50 ◦ green 94 ◦ blue 204

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

Shades of Cerulean Blue #325ECC

Tints of Cerulean Blue #325ECC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.01%

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

R = 14.37%
G = 27.01%
B = 58.62%

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

#325ECC (or 0x325ECC) is known color: Cerulean Blue. HEX triplet: 32, 5E and CC. RGB value is (50,94,204). Sum of RGB (Red+Green+Blue) = 50+94+204=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 204 (80.08% from 255 or 58.62% from 348); Max value from RGB is 204 - color contains mainly: blue. Hex color #325ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325ECC is #CDA133. Grayscale: #5C5C5C. Windows color (decimal): -13476148 or 13393458. OLE color: 13393458.

HSL color Cylindrical-coordinate representation of color #325ECC: hue angle of 222.86º 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 #325ECC is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 50 94 204 -
CMYK 0.75 0.54 0 0.2
HSL 222.86º 0.61% 0.5% -
HSV(B) 222.86º 0.75% 0.8% -
XYZ 16.22 13.04 58.79 -
YUV 93.38 190.42 97.06 -
System Red Green Blue C M Y K H S L
Decimal 50 94 204 0.75 0.54 0 0.2 222.86 0.61 0.5
Hex 32 5E CC 4B 36 0 14 DF 3D 32
Octal 62 136 314 113 66 0 24 337 75 62
Binary 110010 1011110 11001100 1001011 110110 0 10100 11011111 111101 110010

Color Harmonies of #325ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325ECC

Black with #325ECC

Text Example


Text Example

White with #325ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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