#344C76

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

Shades of Fun Blue #344C76

Tints of Fun Blue #344C76

Color information

#344C76 (or 0x344C76) is unknown color: approx Fun Blue. HEX triplet: 34, 4C and 76. RGB value is (52,76,118). Sum of RGB (Red+Green+Blue) = 52+76+118=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #344C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344C76 is #CBB389. Grayscale: #494949. Windows color (decimal): -13349770 or 7752756. OLE color: 7752756.

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

Color convert

RGB5276118-
CMYK0.560.3600.54
HSL218.18º38.82%33.33%-
HSV(B)218.18º55.93%46.27%-
XYZ7.277.2118.15-
YUV73.61153.05112.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.14%
GREEN value IS 76 (30.08% from 255) = 30.89%
BLUE value IS 118 (46.48% from 255) = 47.97%
R=21.14%
G=30.89%
B=47.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52761180.560.3600.54218.1838.8233.33
Hex344C763824036da2721
Octal6411416670440663324741
Binary11010010011001110110111000100100011011011011010100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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