#334F7F

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

Shades of Fun Blue #334F7F

Tints of Fun Blue #334F7F

Color information

#334F7F (or 0x334F7F) is unknown color: approx Fun Blue. HEX triplet: 33, 4F and 7F. RGB value is (51,79,127). Sum of RGB (Red+Green+Blue) = 51+79+127=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 127 (50% from 255 or 49.42% from 257); Max value from RGB is 127 - color contains mainly: blue. Hex color #334F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334F7F is #CCB080. Grayscale: #4B4B4B. Windows color (decimal): -13414529 or 8343347. OLE color: 8343347.

HSL color Cylindrical-coordinate representation of color #334F7F: hue angle of 217.89º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #334F7F is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5179127-
CMYK0.600.3800.50
HSL217.89º42.7%34.9%-
HSV(B)217.89º59.84%49.8%-
XYZ7.997.8321.17-
YUV76.1156.72110.1-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.84%
GREEN value IS 79 (31.25% from 255) = 30.74%
BLUE value IS 127 (50% from 255) = 49.42%
R=19.84%
G=30.74%
B=49.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51791270.600.3800.50217.8942.734.9
Hex334F7F3C26032da2b23
Octal6311717774460623325343
Binary11001110011111111111111100100110011001011011010101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334F7F; }

 p { color: rgb(51,79,127); }

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

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

 a { background-color: rgb(51,79,127); }

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

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

 span { border-color: rgb(51,79,127); }

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