Html Css Color HEX #324CCA Cerulean Blue

📋 copy color: '#324CCA'

red 50 ◦ green 76 ◦ blue 202

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

Shades of Cerulean Blue #324CCA

Tints of Cerulean Blue #324CCA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.17%

 BLUE value IS 202 (79.3% from 255) = 61.59%

R = 15.24%
G = 23.17%
B = 61.59%

CMYK

 C value IS 0.75

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#324CCA (or 0x324CCA) is known color: Cerulean Blue. HEX triplet: 32, 4C and CA. RGB value is (50,76,202). Sum of RGB (Red+Green+Blue) = 50+76+202=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 202 (79.30% from 255 or 61.59% from 328); Max value from RGB is 202 - color contains mainly: blue. Hex color #324CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324CCA is #CDB335. Grayscale: #525252. Windows color (decimal): -13480758 or 13257778. OLE color: 13257778.

HSL color Cylindrical-coordinate representation of color #324CCA: hue angle of 229.74º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #324CCA is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 50 76 202 -
CMYK 0.75 0.62 0 0.21
HSL 229.74º 0.6% 0.49% -
HSV(B) 229.74º 0.75% 0.79% -
XYZ 14.56 10.11 57.06 -
YUV 82.59 195.39 104.75 -
System Red Green Blue C M Y K H S L
Decimal 50 76 202 0.75 0.62 0 0.21 229.74 0.6 0.49
Hex 32 4C CA 4B 3E 0 15 E6 3C 31
Octal 62 114 312 113 76 0 25 346 74 61
Binary 110010 1001100 11001010 1001011 111110 0 10101 11100110 111100 110001

Color Harmonies of #324CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324CCA

Black with #324CCA

Text Example


Text Example

White with #324CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,76,202); }

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

background-color css

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

 a { background-color: rgb(50,76,202); }

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

border-color css

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

 span { border-color: rgb(50,76,202); }

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