Html Css Color HEX #324DB6 Cerulean Blue

📋 copy color: '#324DB6'

red 50 ◦ green 77 ◦ blue 182

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

Shades of Cerulean Blue #324DB6

Tints of Cerulean Blue #324DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 58.9%

R = 16.18%
G = 24.92%
B = 58.9%

CMYK

 C value IS 0.73

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#324DB6 (or 0x324DB6) is known color: Cerulean Blue. HEX triplet: 32, 4D and B6. RGB value is (50,77,182). Sum of RGB (Red+Green+Blue) = 50+77+182=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 182 (71.48% from 255 or 58.90% from 309); Max value from RGB is 182 - color contains mainly: blue. Hex color #324DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324DB6 is #CDB249. Grayscale: #505050. Windows color (decimal): -13480522 or 11947314. OLE color: 11947314.

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

Color convert

RGB 50 77 182 -
CMYK 0.73 0.58 0 0.29
HSL 227.73º 0.57% 0.45% -
HSV(B) 227.73º 0.73% 0.71% -
XYZ 12.41 9.36 45.41 -
YUV 80.9 185.05 105.96 -
System Red Green Blue C M Y K H S L
Decimal 50 77 182 0.73 0.58 0 0.29 227.73 0.57 0.45
Hex 32 4D B6 49 3A 0 1D E4 39 2D
Octal 62 115 266 111 72 0 35 344 71 55
Binary 110010 1001101 10110110 1001001 111010 0 11101 11100100 111001 101101

Color Harmonies of #324DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324DB6

Black with #324DB6

Text Example


Text Example

White with #324DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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