Html Css Color HEX #324BCC Cerulean Blue

📋 copy color: '#324BCC'

red 50 ◦ green 75 ◦ blue 204

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

Shades of Cerulean Blue #324BCC

Tints of Cerulean Blue #324BCC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.8%

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

R = 15.2%
G = 22.8%
B = 62.01%

CMYK

 C value IS 0.75

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#324BCC (or 0x324BCC) is known color: Cerulean Blue. HEX triplet: 32, 4B and CC. RGB value is (50,75,204). Sum of RGB (Red+Green+Blue) = 50+75+204=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #324BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324BCC is #CDB433. Grayscale: #515151. Windows color (decimal): -13481012 or 13388594. OLE color: 13388594.

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

Color convert

RGB 50 75 204 -
CMYK 0.75 0.63 0 0.2
HSL 230.26º 0.61% 0.5% -
HSV(B) 230.26º 0.75% 0.8% -
XYZ 14.73 10.07 58.29 -
YUV 82.23 196.72 105.01 -
System Red Green Blue C M Y K H S L
Decimal 50 75 204 0.75 0.63 0 0.2 230.26 0.61 0.5
Hex 32 4B CC 4B 3F 0 14 E6 3D 32
Octal 62 113 314 113 77 0 24 346 75 62
Binary 110010 1001011 11001100 1001011 111111 0 10100 11100110 111101 110010

Color Harmonies of #324BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324BCC

Black with #324BCC

Text Example


Text Example

White with #324BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324BCC; }

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

 H1.HeaderClassName
 {
   color: #324BCC;
 }
 .AnyTagClassName
 {
   color: #324BCC;
 }
</style>

background-color css

<style>
 a { background-color: #324BCC; }

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

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

border-color css

<style>
 span { border-color: #324BCC; }

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

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