#344C79

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

Shades of Fun Blue #344C79

Tints of Fun Blue #344C79

Color information

#344C79 (or 0x344C79) is unknown color: approx Fun Blue. HEX triplet: 34, 4C and 79. RGB value is (52,76,121). Sum of RGB (Red+Green+Blue) = 52+76+121=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 121 (47.66% from 255 or 48.59% from 249); Max value from RGB is 121 - color contains mainly: blue. Hex color #344C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344C79 is #CBB386. Grayscale: #494949. Windows color (decimal): -13349767 or 7949364. OLE color: 7949364.

HSL color Cylindrical-coordinate representation of color #344C79: hue angle of 219.13º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #344C79 is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5276121-
CMYK0.570.3700.53
HSL219.13º39.88%33.92%-
HSV(B)219.13º57.02%47.45%-
XYZ7.457.2819.1-
YUV73.95154.55112.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.88%
GREEN value IS 76 (30.08% from 255) = 30.52%
BLUE value IS 121 (47.66% from 255) = 48.59%
R=20.88%
G=30.52%
B=48.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52761210.570.3700.53219.1339.8833.92
Hex344C793925035db2822
Octal6411417171450653335042
Binary11010010011001111001111001100101011010111011011101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344C79; }

 p { color: rgb(52,76,121); }

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

<style>
 a { background-color: #344C79; }

 a { background-color: rgb(52,76,121); }

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

<style>
 span { border-color: #344C79; }

 span { border-color: rgb(52,76,121); }

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