Html Css Color HEX #324DB5 Cerulean Blue

📋 copy color: '#324DB5'

red 50 ◦ green 77 ◦ blue 181

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

Shades of Cerulean Blue #324DB5

Tints of Cerulean Blue #324DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 58.77%

R = 16.23%
G = 25%
B = 58.77%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#324DB5 (or 0x324DB5) is known color: Cerulean Blue. HEX triplet: 32, 4D and B5. RGB value is (50,77,181). Sum of RGB (Red+Green+Blue) = 50+77+181=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 181 (71.09% from 255 or 58.77% from 308); Max value from RGB is 181 - color contains mainly: blue. Hex color #324DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324DB5 is #CDB24A. Grayscale: #505050. Windows color (decimal): -13480523 or 11881778. OLE color: 11881778.

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

Color convert

RGB 50 77 181 -
CMYK 0.72 0.57 0 0.29
HSL 227.63º 0.57% 0.45% -
HSV(B) 227.63º 0.72% 0.71% -
XYZ 12.31 9.32 44.87 -
YUV 80.78 184.55 106.04 -
System Red Green Blue C M Y K H S L
Decimal 50 77 181 0.72 0.57 0 0.29 227.63 0.57 0.45
Hex 32 4D B5 48 39 0 1D E4 39 2D
Octal 62 115 265 110 71 0 35 344 71 55
Binary 110010 1001101 10110101 1001000 111001 0 11101 11100100 111001 101101

Color Harmonies of #324DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324DB5

Black with #324DB5

Text Example


Text Example

White with #324DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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