Html Css Color HEX #324EC8 Cerulean Blue

📋 copy color: '#324EC8'

red 50 ◦ green 78 ◦ blue 200

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

Shades of Cerulean Blue #324EC8

Tints of Cerulean Blue #324EC8

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.78%

 BLUE value IS 200 (78.52% from 255) = 60.98%

R = 15.24%
G = 23.78%
B = 60.98%

CMYK

 C value IS 0.75

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#324EC8 (or 0x324EC8) is known color: Cerulean Blue. HEX triplet: 32, 4E and C8. RGB value is (50,78,200). Sum of RGB (Red+Green+Blue) = 50+78+200=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 200 (78.52% from 255 or 60.98% from 328); Max value from RGB is 200 - color contains mainly: blue. Hex color #324EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324EC8 is #CDB137. Grayscale: #535353. Windows color (decimal): -13480248 or 13127218. OLE color: 13127218.

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

Color convert

RGB 50 78 200 -
CMYK 0.75 0.61 0 0.22
HSL 228.8º 0.6% 0.49% -
HSV(B) 228.8º 0.75% 0.78% -
XYZ 14.47 10.3 55.87 -
YUV 83.54 193.72 104.08 -
System Red Green Blue C M Y K H S L
Decimal 50 78 200 0.75 0.61 0 0.22 228.8 0.6 0.49
Hex 32 4E C8 4B 3D 0 16 E5 3C 31
Octal 62 116 310 113 75 0 26 345 74 61
Binary 110010 1001110 11001000 1001011 111101 0 10110 11100101 111100 110001

Color Harmonies of #324EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324EC8

Black with #324EC8

Text Example


Text Example

White with #324EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,78,200); }

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

background-color css

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

 a { background-color: rgb(50,78,200); }

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

border-color css

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

 span { border-color: rgb(50,78,200); }

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