#334E79

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

Shades of Fun Blue #334E79

Tints of Fun Blue #334E79

Color information

#334E79 (or 0x334E79) is unknown color: approx Fun Blue. HEX triplet: 33, 4E and 79. RGB value is (51,78,121). Sum of RGB (Red+Green+Blue) = 51+78+121=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 78 (30.86% from 255 or 31.2% from 250); Blue value is 121 (47.66% from 255 or 48.4% from 250); Max value from RGB is 121 - color contains mainly: blue. Hex color #334E79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334E79 is #CCB186. Grayscale: #4A4A4A. Windows color (decimal): -13414791 or 7949875. OLE color: 7949875.

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

Color convert

RGB5178121-
CMYK0.580.3600.53
HSL216.86º40.7%33.73%-
HSV(B)216.86º57.85%47.45%-
XYZ7.547.5319.15-
YUV74.83154.05111-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.4%
GREEN value IS 78 (30.86% from 255) = 31.2%
BLUE value IS 121 (47.66% from 255) = 48.4%
R=20.4%
G=31.2%
B=48.4%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51781210.580.3600.53216.8640.733.73
Hex334E793A24035d92922
Octal6311617172440653315142
Binary11001110011101111001111010100100011010111011001101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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