Html Css Color HEX #324FB9 Cerulean Blue

📋 copy color: '#324FB9'

red 50 ◦ green 79 ◦ blue 185

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

Shades of Cerulean Blue #324FB9

Tints of Cerulean Blue #324FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 58.92%

R = 15.92%
G = 25.16%
B = 58.92%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#324FB9 (or 0x324FB9) is known color: Cerulean Blue. HEX triplet: 32, 4F and B9. RGB value is (50,79,185). Sum of RGB (Red+Green+Blue) = 50+79+185=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 185 (72.66% from 255 or 58.92% from 314); Max value from RGB is 185 - color contains mainly: blue. Hex color #324FB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324FB9 is #CDB046. Grayscale: #515151. Windows color (decimal): -13480007 or 12144434. OLE color: 12144434.

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

Color convert

RGB 50 79 185 -
CMYK 0.73 0.57 0 0.27
HSL 227.11º 0.57% 0.46% -
HSV(B) 227.11º 0.73% 0.73% -
XYZ 12.87 9.77 47.11 -
YUV 82.41 185.89 104.88 -
System Red Green Blue C M Y K H S L
Decimal 50 79 185 0.73 0.57 0 0.27 227.11 0.57 0.46
Hex 32 4F B9 49 39 0 1B E3 39 2E
Octal 62 117 271 111 71 0 33 343 71 56
Binary 110010 1001111 10111001 1001001 111001 0 11011 11100011 111001 101110

Color Harmonies of #324FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324FB9

Black with #324FB9

Text Example


Text Example

White with #324FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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