#334978

Color #334978 Fun Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Blue #334978

Tints of Fun Blue #334978

Color information

#334978 (or 0x334978) is unknown color: approx Fun Blue. HEX triplet: 33, 49 and 78. RGB value is (51,73,120). Sum of RGB (Red+Green+Blue) = 51+73+120=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 120 (47.27% from 255 or 49.18% from 244); Max value from RGB is 120 - color contains mainly: blue. Hex color #334978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334978 is #CCB687. Grayscale: #474747. Windows color (decimal): -13416072 or 7883059. OLE color: 7883059.

HSL color Cylindrical-coordinate representation of color #334978: hue angle of 220.87º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #334978 is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5173120-
CMYK0.580.3900.53
HSL220.87º40.35%33.53%-
HSV(B)220.87º57.5%47.06%-
XYZ7.146.8218.71-
YUV71.78155.21113.18-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.90%
GREEN value IS 73 (28.91% from 255) = 29.92%
BLUE value IS 120 (47.27% from 255) = 49.18%
R=20.90%
G=29.92%
B=49.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51731200.580.3900.53220.8740.3533.53
Hex3349783A27035dd2822
Octal6311117072470653355042
Binary11001110010011111000111010100111011010111011101101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334978; }

 p { color: rgb(51,73,120); }

 H1.HeaderClassName
 {
   color: #334978;
 }
 .AnyTagClassName
 {
   color: #334978;
 }
</style>
background-color css

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

 a { background-color: rgb(51,73,120); }

 div.DivClassName
 {
   background-color: #334978;
 }
 .BgClassName
 {
   background-color: #334978;
 }
</style>
border-color css

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

 span { border-color: rgb(51,73,120); }

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