#344D73

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

Shades of Fun Blue #344D73

Tints of Fun Blue #344D73

Color information

#344D73 (or 0x344D73) is unknown color: approx Fun Blue. HEX triplet: 34, 4D and 73. RGB value is (52,77,115). Sum of RGB (Red+Green+Blue) = 52+77+115=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #344D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344D73 is #CBB28C. Grayscale: #494949. Windows color (decimal): -13349517 or 7556404. OLE color: 7556404.

HSL color Cylindrical-coordinate representation of color #344D73: hue angle of 216.19º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #344D73 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5277115-
CMYK0.550.3300.55
HSL216.19º37.72%32.75%-
HSV(B)216.19º54.78%45.1%-
XYZ7.167.2817.25-
YUV73.86151.22112.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.31%
GREEN value IS 77 (30.47% from 255) = 31.56%
BLUE value IS 115 (45.31% from 255) = 47.13%
R=21.31%
G=31.56%
B=47.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52771150.550.3300.55216.1937.7232.75
Hex344D733721037d82621
Octal6411516367410673304641
Binary11010010011011110011110111100001011011111011000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,77,115); }

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

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

 a { background-color: rgb(52,77,115); }

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

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

 span { border-color: rgb(52,77,115); }

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