Html Css Color HEX #324DAD Cerulean Blue

📋 copy color: '#324DAD'

red 50 ◦ green 77 ◦ blue 173

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

Shades of Cerulean Blue #324DAD

Tints of Cerulean Blue #324DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 57.67%

R = 16.67%
G = 25.67%
B = 57.67%

CMYK

 C value IS 0.71

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#324DAD (or 0x324DAD) is known color: Cerulean Blue. HEX triplet: 32, 4D and AD. RGB value is (50,77,173). Sum of RGB (Red+Green+Blue) = 50+77+173=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 173 (67.97% from 255 or 57.67% from 300); Max value from RGB is 173 - color contains mainly: blue. Hex color #324DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324DAD is #CDB252. Grayscale: #4F4F4F. Windows color (decimal): -13480531 or 11357490. OLE color: 11357490.

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

Color convert

RGB 50 77 173 -
CMYK 0.71 0.55 0 0.32
HSL 226.83º 0.55% 0.44% -
HSV(B) 226.83º 0.71% 0.68% -
XYZ 11.51 9 40.67 -
YUV 79.87 180.55 106.69 -
System Red Green Blue C M Y K H S L
Decimal 50 77 173 0.71 0.55 0 0.32 226.83 0.55 0.44
Hex 32 4D AD 47 37 0 20 E3 37 2C
Octal 62 115 255 107 67 0 40 343 67 54
Binary 110010 1001101 10101101 1000111 110111 0 100000 11100011 110111 101100

Color Harmonies of #324DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324DAD

Black with #324DAD

Text Example


Text Example

White with #324DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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