Html Css Color HEX #324DA6 Cerulean Blue

📋 copy color: '#324DA6'

red 50 ◦ green 77 ◦ blue 166

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

Shades of Cerulean Blue #324DA6

Tints of Cerulean Blue #324DA6

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.28%

 BLUE value IS 166 (65.23% from 255) = 56.66%

R = 17.06%
G = 26.28%
B = 56.66%

CMYK

 C value IS 0.70

 M value IS 0.54

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#324DA6 (or 0x324DA6) is known color: Cerulean Blue. HEX triplet: 32, 4D and A6. RGB value is (50,77,166). Sum of RGB (Red+Green+Blue) = 50+77+166=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 166 (65.23% from 255 or 56.66% from 293); Max value from RGB is 166 - color contains mainly: blue. Hex color #324DA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324DA6 is #CDB259. Grayscale: #4E4E4E. Windows color (decimal): -13480538 or 10898738. OLE color: 10898738.

HSL color Cylindrical-coordinate representation of color #324DA6: hue angle of 226.03º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #324DA6 is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 50 77 166 -
CMYK 0.70 0.54 0 0.35
HSL 226.03º 0.54% 0.42% -
HSV(B) 226.03º 0.7% 0.65% -
XYZ 10.85 8.74 37.19 -
YUV 79.07 177.05 107.26 -
System Red Green Blue C M Y K H S L
Decimal 50 77 166 0.70 0.54 0 0.35 226.03 0.54 0.42
Hex 32 4D A6 46 36 0 23 E2 36 2A
Octal 62 115 246 106 66 0 43 342 66 52
Binary 110010 1001101 10100110 1000110 110110 0 100011 11100010 110110 101010

Color Harmonies of #324DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324DA6

Black with #324DA6

Text Example


Text Example

White with #324DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,77,166); }

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

background-color css

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

 a { background-color: rgb(50,77,166); }

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

border-color css

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

 span { border-color: rgb(50,77,166); }

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