Html Css Color HEX #324CAC Cerulean Blue

📋 copy color: '#324CAC'

red 50 ◦ green 76 ◦ blue 172

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

Shades of Cerulean Blue #324CAC

Tints of Cerulean Blue #324CAC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.5%

 BLUE value IS 172 (67.58% from 255) = 57.72%

R = 16.78%
G = 25.5%
B = 57.72%

CMYK

 C value IS 0.71

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#324CAC (or 0x324CAC) is known color: Cerulean Blue. HEX triplet: 32, 4C and AC. RGB value is (50,76,172). Sum of RGB (Red+Green+Blue) = 50+76+172=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #324CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324CAC is #CDB353. Grayscale: #4E4E4E. Windows color (decimal): -13480788 or 11291698. OLE color: 11291698.

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

Color convert

RGB 50 76 172 -
CMYK 0.71 0.56 0 0.33
HSL 227.21º 0.55% 0.44% -
HSV(B) 227.21º 0.71% 0.67% -
XYZ 11.35 8.83 40.14 -
YUV 79.17 180.39 107.19 -
System Red Green Blue C M Y K H S L
Decimal 50 76 172 0.71 0.56 0 0.33 227.21 0.55 0.44
Hex 32 4C AC 47 38 0 21 E3 37 2C
Octal 62 114 254 107 70 0 41 343 67 54
Binary 110010 1001100 10101100 1000111 111000 0 100001 11100011 110111 101100

Color Harmonies of #324CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324CAC

Black with #324CAC

Text Example


Text Example

White with #324CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,76,172); }

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

background-color css

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

 a { background-color: rgb(50,76,172); }

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

border-color css

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

 span { border-color: rgb(50,76,172); }

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