Html Css Color HEX #324DB8 Cerulean Blue

📋 copy color: '#324DB8'

red 50 ◦ green 77 ◦ blue 184

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

Shades of Cerulean Blue #324DB8

Tints of Cerulean Blue #324DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 59.16%

R = 16.08%
G = 24.76%
B = 59.16%

CMYK

 C value IS 0.73

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#324DB8 (or 0x324DB8) is known color: Cerulean Blue. HEX triplet: 32, 4D and B8. RGB value is (50,77,184). Sum of RGB (Red+Green+Blue) = 50+77+184=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 184 (72.27% from 255 or 59.16% from 311); Max value from RGB is 184 - color contains mainly: blue. Hex color #324DB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324DB8 is #CDB247. Grayscale: #505050. Windows color (decimal): -13480520 or 12078386. OLE color: 12078386.

HSL color Cylindrical-coordinate representation of color #324DB8: hue angle of 227.91º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #324DB8 is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 50 77 184 -
CMYK 0.73 0.58 0 0.28
HSL 227.91º 0.57% 0.46% -
HSV(B) 227.91º 0.73% 0.72% -
XYZ 12.62 9.45 46.51 -
YUV 81.13 186.05 105.8 -
System Red Green Blue C M Y K H S L
Decimal 50 77 184 0.73 0.58 0 0.28 227.91 0.57 0.46
Hex 32 4D B8 49 3A 0 1C E4 39 2E
Octal 62 115 270 111 72 0 34 344 71 56
Binary 110010 1001101 10111000 1001001 111010 0 11100 11100100 111001 101110

Color Harmonies of #324DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324DB8

Black with #324DB8

Text Example


Text Example

White with #324DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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