Html Css Color HEX #324A70 Fun Blue

📋 copy color: '#324A70'

red 50 ◦ green 74 ◦ blue 112

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

Shades of Fun Blue #324A70

Tints of Fun Blue #324A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 47.46%

R = 21.19%
G = 31.36%
B = 47.46%

CMYK

 C value IS 0.55

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#324A70 (or 0x324A70) is known color: Fun Blue. HEX triplet: 32, 4A and 70. RGB value is (50,74,112). Sum of RGB (Red+Green+Blue) = 50+74+112=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 112 (44.14% from 255 or 47.46% from 236); Max value from RGB is 112 - color contains mainly: blue. Hex color #324A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324A70 is #CDB58F. Grayscale: #464646. Windows color (decimal): -13481360 or 7359026. OLE color: 7359026.

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

Color convert

RGB 50 74 112 -
CMYK 0.55 0.34 0 0.56
HSL 216.77º 0.38% 0.32% -
HSV(B) 216.77º 0.55% 0.44% -
XYZ 6.69 6.75 16.28 -
YUV 71.16 151.05 112.91 -
System Red Green Blue C M Y K H S L
Decimal 50 74 112 0.55 0.34 0 0.56 216.77 0.38 0.32
Hex 32 4A 70 37 22 0 38 D9 26 20
Octal 62 112 160 67 42 0 70 331 46 40
Binary 110010 1001010 1110000 110111 100010 0 111000 11011001 100110 100000

Color Harmonies of #324A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324A70

Black with #324A70

Text Example


Text Example

White with #324A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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