#334F84

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

Shades of Fun Blue #334F84

Tints of Fun Blue #334F84

Color information

#334F84 (or 0x334F84) is unknown color: approx Fun Blue. HEX triplet: 33, 4F and 84. RGB value is (51,79,132). Sum of RGB (Red+Green+Blue) = 51+79+132=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 132 (51.95% from 255 or 50.38% from 262); Max value from RGB is 132 - color contains mainly: blue. Hex color #334F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334F84 is #CCB07B. Grayscale: #4C4C4C. Windows color (decimal): -13414524 or 8671027. OLE color: 8671027.

HSL color Cylindrical-coordinate representation of color #334F84: hue angle of 219.26º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #334F84 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5179132-
CMYK0.610.4000.48
HSL219.26º44.26%35.88%-
HSV(B)219.26º61.36%51.76%-
XYZ8.337.9622.93-
YUV76.67159.22109.69-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.47%
GREEN value IS 79 (31.25% from 255) = 30.15%
BLUE value IS 132 (51.95% from 255) = 50.38%
R=19.47%
G=30.15%
B=50.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51791320.610.4000.48219.2644.2635.88
Hex334F843D28030db2c24
Octal6311720475500603335444
Binary110011100111110000100111101101000011000011011011101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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