#334976

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

Shades of Fun Blue #334976

Tints of Fun Blue #334976

Color information

#334976 (or 0x334976) is unknown color: approx Fun Blue. HEX triplet: 33, 49 and 76. RGB value is (51,73,118). Sum of RGB (Red+Green+Blue) = 51+73+118=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #334976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334976 is #CCB689. Grayscale: #474747. Windows color (decimal): -13416074 or 7751987. OLE color: 7751987.

HSL color Cylindrical-coordinate representation of color #334976: hue angle of 220.3º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #334976 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5173118-
CMYK0.570.3800.54
HSL220.3º39.64%33.14%-
HSV(B)220.3º56.78%46.27%-
XYZ7.026.7818.08-
YUV71.55154.21113.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.07%
GREEN value IS 73 (28.91% from 255) = 30.17%
BLUE value IS 118 (46.48% from 255) = 48.76%
R=21.07%
G=30.17%
B=48.76%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51731180.570.3800.54220.339.6433.14
Hex3349763926036dc2821
Octal6311116671460663345041
Binary11001110010011110110111001100110011011011011100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334976; }

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

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

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

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

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

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

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

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