#334E83

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

Shades of Fun Blue #334E83

Tints of Fun Blue #334E83

Color information

#334E83 (or 0x334E83) is unknown color: approx Fun Blue. HEX triplet: 33, 4E and 83. RGB value is (51,78,131). Sum of RGB (Red+Green+Blue) = 51+78+131=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 78 (30.86% from 255 or 30% from 260); Blue value is 131 (51.56% from 255 or 50.38% from 260); Max value from RGB is 131 - color contains mainly: blue. Hex color #334E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334E83 is #CCB17C. Grayscale: #4B4B4B. Windows color (decimal): -13414781 or 8605235. OLE color: 8605235.

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

Color convert

RGB5178131-
CMYK0.610.4000.49
HSL219.75º43.96%35.69%-
HSV(B)219.75º61.07%51.37%-
XYZ8.197.7922.55-
YUV75.97159.05110.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.62%
GREEN value IS 78 (30.86% from 255) = 30%
BLUE value IS 131 (51.56% from 255) = 50.38%
R=19.62%
G=30%
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.49
SystemRedGreenBlueCMYKHSL
Decimal51781310.610.4000.49219.7543.9635.69
Hex334E833D28031dc2c24
Octal6311620375500613345444
Binary110011100111010000011111101101000011000111011100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,78,131); }

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

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

 a { background-color: rgb(51,78,131); }

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

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

 span { border-color: rgb(51,78,131); }

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