#344A76

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

Shades of Fun Blue #344A76

Tints of Fun Blue #344A76

Color information

#344A76 (or 0x344A76) is unknown color: approx Fun Blue. HEX triplet: 34, 4A and 76. RGB value is (52,74,118). Sum of RGB (Red+Green+Blue) = 52+74+118=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 74 (29.30% from 255 or 30.33% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 118 - color contains mainly: blue. Hex color #344A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344A76 is #CBB589. Grayscale: #484848. Windows color (decimal): -13350282 or 7752244. OLE color: 7752244.

HSL color Cylindrical-coordinate representation of color #344A76: hue angle of 220º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #344A76 is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5274118-
CMYK0.560.3700.54
HSL220º38.82%33.33%-
HSV(B)220º55.93%46.27%-
XYZ7.136.9418.1-
YUV72.44153.71113.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.31%
GREEN value IS 74 (29.30% from 255) = 30.33%
BLUE value IS 118 (46.48% from 255) = 48.36%
R=21.31%
G=30.33%
B=48.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52741180.560.3700.5422038.8233.33
Hex344A763825036dc2721
Octal6411216670450663344741
Binary11010010010101110110111000100101011011011011100100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,74,118); }

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

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

 a { background-color: rgb(52,74,118); }

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

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

 span { border-color: rgb(52,74,118); }

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