Html Css Color HEX #324E81 Fun Blue

📋 copy color: '#324E81'

red 50 ◦ green 78 ◦ blue 129

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

Shades of Fun Blue #324E81

Tints of Fun Blue #324E81

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.35%

 BLUE value IS 129 (50.78% from 255) = 50.19%

R = 19.46%
G = 30.35%
B = 50.19%

CMYK

 C value IS 0.61

 M value IS 0.40

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#324E81 (or 0x324E81) is known color: Fun Blue. HEX triplet: 32, 4E and 81. RGB value is (50,78,129). Sum of RGB (Red+Green+Blue) = 50+78+129=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 129 (50.78% from 255 or 50.19% from 257); Max value from RGB is 129 - color contains mainly: blue. Hex color #324E81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324E81 is #CDB17E. Grayscale: #4B4B4B. Windows color (decimal): -13480319 or 8474162. OLE color: 8474162.

HSL color Cylindrical-coordinate representation of color #324E81: hue angle of 218.73º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #324E81 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 78 129 -
CMYK 0.61 0.40 0 0.49
HSL 218.73º 0.44% 0.35% -
HSV(B) 218.73º 0.61% 0.51% -
XYZ 8 7.71 21.84 -
YUV 75.44 158.22 109.85 -
System Red Green Blue C M Y K H S L
Decimal 50 78 129 0.61 0.40 0 0.49 218.73 0.44 0.35
Hex 32 4E 81 3D 28 0 31 DB 2C 23
Octal 62 116 201 75 50 0 61 333 54 43
Binary 110010 1001110 10000001 111101 101000 0 110001 11011011 101100 100011

Color Harmonies of #324E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324E81

Black with #324E81

Text Example


Text Example

White with #324E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,78,129); }

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

background-color css

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

 a { background-color: rgb(50,78,129); }

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

border-color css

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

 span { border-color: rgb(50,78,129); }

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