Html Css Color HEX #324BAB Cerulean Blue

📋 copy color: '#324BAB'

red 50 ◦ green 75 ◦ blue 171

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

Shades of Cerulean Blue #324BAB

Tints of Cerulean Blue #324BAB

RGB

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

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

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

R = 16.89%
G = 25.34%
B = 57.77%

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

#324BAB (or 0x324BAB) is known color: Cerulean Blue. HEX triplet: 32, 4B and AB. RGB value is (50,75,171). Sum of RGB (Red+Green+Blue) = 50+75+171=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 75 (29.69% from 255 or 25.34% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #324BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324BAB is #CDB454. Grayscale: #4E4E4E. Windows color (decimal): -13481045 or 11225906. OLE color: 11225906.

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

Color convert

RGB 50 75 171 -
CMYK 0.71 0.56 0 0.33
HSL 227.6º 0.55% 0.43% -
HSV(B) 227.6º 0.71% 0.67% -
XYZ 11.18 8.65 39.61 -
YUV 78.47 180.22 107.69 -
System Red Green Blue C M Y K H S L
Decimal 50 75 171 0.71 0.56 0 0.33 227.6 0.55 0.43
Hex 32 4B AB 47 38 0 21 E4 37 2B
Octal 62 113 253 107 70 0 41 344 67 53
Binary 110010 1001011 10101011 1000111 111000 0 100001 11100100 110111 101011

Color Harmonies of #324BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324BAB

Black with #324BAB

Text Example


Text Example

White with #324BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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