Html Css Color HEX #324FB8 Cerulean Blue

📋 copy color: '#324FB8'

red 50 ◦ green 79 ◦ blue 184

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

Shades of Cerulean Blue #324FB8

Tints of Cerulean Blue #324FB8

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.24%

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

R = 15.97%
G = 25.24%
B = 58.79%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#324FB8 (or 0x324FB8) is known color: Cerulean Blue. HEX triplet: 32, 4F and B8. RGB value is (50,79,184). Sum of RGB (Red+Green+Blue) = 50+79+184=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 184 (72.27% from 255 or 58.79% from 313); Max value from RGB is 184 - color contains mainly: blue. Hex color #324FB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324FB8 is #CDB047. Grayscale: #515151. Windows color (decimal): -13480008 or 12078898. OLE color: 12078898.

HSL color Cylindrical-coordinate representation of color #324FB8: hue angle of 227.01º 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 #324FB8 is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 50 79 184 -
CMYK 0.73 0.57 0 0.28
HSL 227.01º 0.57% 0.46% -
HSV(B) 227.01º 0.73% 0.72% -
XYZ 12.76 9.73 46.55 -
YUV 82.3 185.39 104.96 -
System Red Green Blue C M Y K H S L
Decimal 50 79 184 0.73 0.57 0 0.28 227.01 0.57 0.46
Hex 32 4F B8 49 39 0 1C E3 39 2E
Octal 62 117 270 111 71 0 34 343 71 56
Binary 110010 1001111 10111000 1001001 111001 0 11100 11100011 111001 101110

Color Harmonies of #324FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324FB8

Black with #324FB8

Text Example


Text Example

White with #324FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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