#344C71

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

Shades of Fun Blue #344C71

Tints of Fun Blue #344C71

Color information

#344C71 (or 0x344C71) is unknown color: approx Fun Blue. HEX triplet: 34, 4C and 71. RGB value is (52,76,113). Sum of RGB (Red+Green+Blue) = 52+76+113=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 113 (44.53% from 255 or 46.89% from 241); Max value from RGB is 113 - color contains mainly: blue. Hex color #344C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344C71 is #CBB38E. Grayscale: #484848. Windows color (decimal): -13349775 or 7425076. OLE color: 7425076.

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

Color convert

RGB5276113-
CMYK0.540.3300.56
HSL216.39º36.97%32.35%-
HSV(B)216.39º53.98%44.31%-
XYZ6.987.0916.62-
YUV73.04150.55112.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.58%
GREEN value IS 76 (30.08% from 255) = 31.54%
BLUE value IS 113 (44.53% from 255) = 46.89%
R=21.58%
G=31.54%
B=46.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52761130.540.3300.56216.3936.9732.35
Hex344C713621038d82520
Octal6411416166410703304540
Binary11010010011001110001110110100001011100011011000100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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