#344E76

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

Shades of Fun Blue #344E76

Tints of Fun Blue #344E76

Color information

#344E76 (or 0x344E76) is unknown color: approx Fun Blue. HEX triplet: 34, 4E and 76. RGB value is (52,78,118). Sum of RGB (Red+Green+Blue) = 52+78+118=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 118 - color contains mainly: blue. Hex color #344E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344E76 is #CBB189. Grayscale: #4A4A4A. Windows color (decimal): -13349258 or 7753268. OLE color: 7753268.

HSL color Cylindrical-coordinate representation of color #344E76: hue angle of 216.36º 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 #344E76 is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5278118-
CMYK0.560.3400.54
HSL216.36º38.82%33.33%-
HSV(B)216.36º55.93%46.27%-
XYZ7.417.4918.19-
YUV74.79152.39111.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.97%
GREEN value IS 78 (30.86% from 255) = 31.45%
BLUE value IS 118 (46.48% from 255) = 47.58%
R=20.97%
G=31.45%
B=47.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52781180.560.3400.54216.3638.8233.33
Hex344E763822036d82721
Octal6411616670420663304741
Binary11010010011101110110111000100010011011011011000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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