Html Css Color HEX #324BAC Cerulean Blue

📋 copy color: '#324BAC'

red 50 ◦ green 75 ◦ blue 172

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

Shades of Cerulean Blue #324BAC

Tints of Cerulean Blue #324BAC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.25%

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

R = 16.84%
G = 25.25%
B = 57.91%

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

#324BAC (or 0x324BAC) is known color: Cerulean Blue. HEX triplet: 32, 4B and AC. RGB value is (50,75,172). Sum of RGB (Red+Green+Blue) = 50+75+172=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 172 (67.58% from 255 or 57.91% from 297); Max value from RGB is 172 - color contains mainly: blue. Hex color #324BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324BAC is #CDB453. Grayscale: #4E4E4E. Windows color (decimal): -13481044 or 11291442. OLE color: 11291442.

HSL color Cylindrical-coordinate representation of color #324BAC: hue angle of 227.7º 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 #324BAC is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 75 172 -
CMYK 0.71 0.56 0 0.33
HSL 227.7º 0.55% 0.44% -
HSV(B) 227.7º 0.71% 0.67% -
XYZ 11.28 8.69 40.11 -
YUV 78.58 180.72 107.61 -
System Red Green Blue C M Y K H S L
Decimal 50 75 172 0.71 0.56 0 0.33 227.7 0.55 0.44
Hex 32 4B AC 47 38 0 21 E4 37 2C
Octal 62 113 254 107 70 0 41 344 67 54
Binary 110010 1001011 10101100 1000111 111000 0 100001 11100100 110111 101100

Color Harmonies of #324BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324BAC

Black with #324BAC

Text Example


Text Example

White with #324BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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