Html Css Color HEX #324CAB Cerulean Blue

📋 copy color: '#324CAB'

red 50 ◦ green 76 ◦ blue 171

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

Shades of Cerulean Blue #324CAB

Tints of Cerulean Blue #324CAB

RGB

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

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

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

R = 16.84%
G = 25.59%
B = 57.58%

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

#324CAB (or 0x324CAB) is known color: Cerulean Blue. HEX triplet: 32, 4C and AB. RGB value is (50,76,171). Sum of RGB (Red+Green+Blue) = 50+76+171=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #324CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324CAB is #CDB354. Grayscale: #4E4E4E. Windows color (decimal): -13480789 or 11226162. OLE color: 11226162.

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

Color convert

RGB 50 76 171 -
CMYK 0.71 0.56 0 0.33
HSL 227.11º 0.55% 0.43% -
HSV(B) 227.11º 0.71% 0.67% -
XYZ 11.25 8.79 39.63 -
YUV 79.06 179.89 107.28 -
System Red Green Blue C M Y K H S L
Decimal 50 76 171 0.71 0.56 0 0.33 227.11 0.55 0.43
Hex 32 4C AB 47 38 0 21 E3 37 2B
Octal 62 114 253 107 70 0 41 343 67 53
Binary 110010 1001100 10101011 1000111 111000 0 100001 11100011 110111 101011

Color Harmonies of #324CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324CAB

Black with #324CAB

Text Example


Text Example

White with #324CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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