#334A79

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

Shades of Fun Blue #334A79

Tints of Fun Blue #334A79

Color information

#334A79 (or 0x334A79) is unknown color: approx Fun Blue. HEX triplet: 33, 4A and 79. RGB value is (51,74,121). Sum of RGB (Red+Green+Blue) = 51+74+121=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 121 (47.66% from 255 or 49.19% from 246); Max value from RGB is 121 - color contains mainly: blue. Hex color #334A79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334A79 is #CCB586. Grayscale: #484848. Windows color (decimal): -13415815 or 7948851. OLE color: 7948851.

HSL color Cylindrical-coordinate representation of color #334A79: hue angle of 220.29º 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 #334A79 is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5174121-
CMYK0.580.3900.53
HSL220.29º40.7%33.73%-
HSV(B)220.29º57.85%47.45%-
XYZ7.276.9819.05-
YUV72.48155.38112.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.73%
GREEN value IS 74 (29.30% from 255) = 30.08%
BLUE value IS 121 (47.66% from 255) = 49.19%
R=20.73%
G=30.08%
B=49.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51741210.580.3900.53220.2940.733.73
Hex334A793A27035dc2922
Octal6311217172470653345142
Binary11001110010101111001111010100111011010111011100101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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