Html Css Color HEX #325ACC Cerulean Blue

📋 copy color: '#325ACC'

red 50 ◦ green 90 ◦ blue 204

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

Shades of Cerulean Blue #325ACC

Tints of Cerulean Blue #325ACC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.16%

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

R = 14.53%
G = 26.16%
B = 59.3%

CMYK

 C value IS 0.75

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#325ACC (or 0x325ACC) is known color: Cerulean Blue. HEX triplet: 32, 5A and CC. RGB value is (50,90,204). Sum of RGB (Red+Green+Blue) = 50+90+204=344 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.53% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #325ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325ACC is #CDA533. Grayscale: #5A5A5A. Windows color (decimal): -13477172 or 13392434. OLE color: 13392434.

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

Color convert

RGB 50 90 204 -
CMYK 0.75 0.56 0 0.2
HSL 224.42º 0.61% 0.5% -
HSV(B) 224.42º 0.75% 0.8% -
XYZ 15.87 12.35 58.67 -
YUV 91.04 191.75 98.73 -
System Red Green Blue C M Y K H S L
Decimal 50 90 204 0.75 0.56 0 0.2 224.42 0.61 0.5
Hex 32 5A CC 4B 38 0 14 E0 3D 32
Octal 62 132 314 113 70 0 24 340 75 62
Binary 110010 1011010 11001100 1001011 111000 0 10100 11100000 111101 110010

Color Harmonies of #325ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325ACC

Black with #325ACC

Text Example


Text Example

White with #325ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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