#334F87

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

Shades of Fun Blue #334F87

Tints of Fun Blue #334F87

Color information

#334F87 (or 0x334F87) is unknown color: approx Fun Blue. HEX triplet: 33, 4F and 87. RGB value is (51,79,135). Sum of RGB (Red+Green+Blue) = 51+79+135=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 135 (53.12% from 255 or 50.94% from 265); Max value from RGB is 135 - color contains mainly: blue. Hex color #334F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334F87 is #CCB078. Grayscale: #4C4C4C. Windows color (decimal): -13414521 or 8867635. OLE color: 8867635.

HSL color Cylindrical-coordinate representation of color #334F87: hue angle of 220º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #334F87 is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5179135-
CMYK0.620.4100.47
HSL220º45.16%36.47%-
HSV(B)220º62.22%52.94%-
XYZ8.538.0524.02-
YUV77.01160.72109.45-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.25%
GREEN value IS 79 (31.25% from 255) = 29.81%
BLUE value IS 135 (53.12% from 255) = 50.94%
R=19.25%
G=29.81%
B=50.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51791350.620.4100.4722045.1636.47
Hex334F873E2902Fdc2d24
Octal6311720776510573345544
Binary110011100111110000111111110101001010111111011100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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