Html Css Color HEX #324EB2 Cerulean Blue

📋 copy color: '#324EB2'

red 50 ◦ green 78 ◦ blue 178

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

Shades of Cerulean Blue #324EB2

Tints of Cerulean Blue #324EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 58.17%

R = 16.34%
G = 25.49%
B = 58.17%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#324EB2 (or 0x324EB2) is known color: Cerulean Blue. HEX triplet: 32, 4E and B2. RGB value is (50,78,178). Sum of RGB (Red+Green+Blue) = 50+78+178=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 178 (69.92% from 255 or 58.17% from 306); Max value from RGB is 178 - color contains mainly: blue. Hex color #324EB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324EB2 is #CDB14D. Grayscale: #505050. Windows color (decimal): -13480270 or 11685426. OLE color: 11685426.

HSL color Cylindrical-coordinate representation of color #324EB2: hue angle of 226.88º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #324EB2 is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 50 78 178 -
CMYK 0.72 0.56 0 0.30
HSL 226.88º 0.56% 0.45% -
HSV(B) 226.88º 0.72% 0.7% -
XYZ 12.08 9.34 43.29 -
YUV 81.03 182.72 105.87 -
System Red Green Blue C M Y K H S L
Decimal 50 78 178 0.72 0.56 0 0.30 226.88 0.56 0.45
Hex 32 4E B2 48 38 0 1E E3 38 2D
Octal 62 116 262 110 70 0 36 343 70 55
Binary 110010 1001110 10110010 1001000 111000 0 11110 11100011 111000 101101

Color Harmonies of #324EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324EB2

Black with #324EB2

Text Example


Text Example

White with #324EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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