Html Css Color HEX #324AAB Cerulean Blue

📋 copy color: '#324AAB'

red 50 ◦ green 74 ◦ blue 171

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

Shades of Cerulean Blue #324AAB

Tints of Cerulean Blue #324AAB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.08%

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

R = 16.95%
G = 25.08%
B = 57.97%

CMYK

 C value IS 0.71

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#324AAB (or 0x324AAB) is known color: Cerulean Blue. HEX triplet: 32, 4A and AB. RGB value is (50,74,171). Sum of RGB (Red+Green+Blue) = 50+74+171=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #324AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324AAB is #CDB554. Grayscale: #4D4D4D. Windows color (decimal): -13481301 or 11225650. OLE color: 11225650.

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

Color convert

RGB 50 74 171 -
CMYK 0.71 0.57 0 0.33
HSL 228.1º 0.55% 0.43% -
HSV(B) 228.1º 0.71% 0.67% -
XYZ 11.11 8.52 39.59 -
YUV 77.88 180.55 108.11 -
System Red Green Blue C M Y K H S L
Decimal 50 74 171 0.71 0.57 0 0.33 228.1 0.55 0.43
Hex 32 4A AB 47 39 0 21 E4 37 2B
Octal 62 112 253 107 71 0 41 344 67 53
Binary 110010 1001010 10101011 1000111 111001 0 100001 11100100 110111 101011

Color Harmonies of #324AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324AAB

Black with #324AAB

Text Example


Text Example

White with #324AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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