Html Css Color HEX #324EA4 Cerulean Blue

📋 copy color: '#324EA4'

red 50 ◦ green 78 ◦ blue 164

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

Shades of Cerulean Blue #324EA4

Tints of Cerulean Blue #324EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 56.16%

R = 17.12%
G = 26.71%
B = 56.16%

CMYK

 C value IS 0.70

 M value IS 0.52

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#324EA4 (or 0x324EA4) is known color: Cerulean Blue. HEX triplet: 32, 4E and A4. RGB value is (50,78,164). Sum of RGB (Red+Green+Blue) = 50+78+164=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 164 (64.45% from 255 or 56.16% from 292); Max value from RGB is 164 - color contains mainly: blue. Hex color #324EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324EA4 is #CDB15B. Grayscale: #4F4F4F. Windows color (decimal): -13480284 or 10767922. OLE color: 10767922.

HSL color Cylindrical-coordinate representation of color #324EA4: hue angle of 225.26º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #324EA4 is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 50 78 164 -
CMYK 0.70 0.52 0 0.36
HSL 225.26º 0.53% 0.42% -
HSV(B) 225.26º 0.7% 0.64% -
XYZ 10.74 8.81 36.26 -
YUV 79.43 175.72 107.01 -
System Red Green Blue C M Y K H S L
Decimal 50 78 164 0.70 0.52 0 0.36 225.26 0.53 0.42
Hex 32 4E A4 46 34 0 24 E1 35 2A
Octal 62 116 244 106 64 0 44 341 65 52
Binary 110010 1001110 10100100 1000110 110100 0 100100 11100001 110101 101010

Color Harmonies of #324EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324EA4

Black with #324EA4

Text Example


Text Example

White with #324EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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