Html Css Color HEX #324BB9 Cerulean Blue

📋 copy color: '#324BB9'

red 50 ◦ green 75 ◦ blue 185

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

Shades of Cerulean Blue #324BB9

Tints of Cerulean Blue #324BB9

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.19%

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

R = 16.13%
G = 24.19%
B = 59.68%

CMYK

 C value IS 0.73

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#324BB9 (or 0x324BB9) is known color: Cerulean Blue. HEX triplet: 32, 4B and B9. RGB value is (50,75,185). Sum of RGB (Red+Green+Blue) = 50+75+185=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 185 (72.66% from 255 or 59.68% from 310); Max value from RGB is 185 - color contains mainly: blue. Hex color #324BB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324BB9 is #CDB446. Grayscale: #4F4F4F. Windows color (decimal): -13481031 or 12143410. OLE color: 12143410.

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

Color convert

RGB 50 75 185 -
CMYK 0.73 0.59 0 0.27
HSL 228.89º 0.57% 0.46% -
HSV(B) 228.89º 0.73% 0.73% -
XYZ 12.59 9.21 47.01 -
YUV 80.07 187.22 106.56 -
System Red Green Blue C M Y K H S L
Decimal 50 75 185 0.73 0.59 0 0.27 228.89 0.57 0.46
Hex 32 4B B9 49 3B 0 1B E5 39 2E
Octal 62 113 271 111 73 0 33 345 71 56
Binary 110010 1001011 10111001 1001001 111011 0 11011 11100101 111001 101110

Color Harmonies of #324BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324BB9

Black with #324BB9

Text Example


Text Example

White with #324BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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