Html Css Color HEX #324DAB Cerulean Blue

📋 copy color: '#324DAB'

red 50 ◦ green 77 ◦ blue 171

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

Shades of Cerulean Blue #324DAB

Tints of Cerulean Blue #324DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 57.38%

R = 16.78%
G = 25.84%
B = 57.38%

CMYK

 C value IS 0.71

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#324DAB (or 0x324DAB) is known color: Cerulean Blue. HEX triplet: 32, 4D and AB. RGB value is (50,77,171). Sum of RGB (Red+Green+Blue) = 50+77+171=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #324DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324DAB is #CDB254. Grayscale: #4F4F4F. Windows color (decimal): -13480533 or 11226418. OLE color: 11226418.

HSL color Cylindrical-coordinate representation of color #324DAB: hue angle of 226.61º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #324DAB is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 77 171 -
CMYK 0.71 0.55 0 0.33
HSL 226.61º 0.55% 0.43% -
HSV(B) 226.61º 0.71% 0.67% -
XYZ 11.32 8.93 39.65 -
YUV 79.64 179.55 106.86 -
System Red Green Blue C M Y K H S L
Decimal 50 77 171 0.71 0.55 0 0.33 226.61 0.55 0.43
Hex 32 4D AB 47 37 0 21 E3 37 2B
Octal 62 115 253 107 67 0 41 343 67 53
Binary 110010 1001101 10101011 1000111 110111 0 100001 11100011 110111 101011

Color Harmonies of #324DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324DAB

Black with #324DAB

Text Example


Text Example

White with #324DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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