#344E85

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

Shades of Fun Blue #344E85

Tints of Fun Blue #344E85

Color information

#344E85 (or 0x344E85) is unknown color: approx Fun Blue. HEX triplet: 34, 4E and 85. RGB value is (52,78,133). Sum of RGB (Red+Green+Blue) = 52+78+133=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #344E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #344E85 is #CBB17A. Grayscale: #4C4C4C. Windows color (decimal): -13349243 or 8736308. OLE color: 8736308.

HSL color Cylindrical-coordinate representation of color #344E85: hue angle of 220.74º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #344E85 is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5278133-
CMYK0.610.4100.48
HSL220.74º43.78%36.27%-
HSV(B)220.74º60.9%52.16%-
XYZ8.377.8723.27-
YUV76.5159.89110.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.77%
GREEN value IS 78 (30.86% from 255) = 29.66%
BLUE value IS 133 (52.34% from 255) = 50.57%
R=19.77%
G=29.66%
B=50.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52781330.610.4100.48220.7443.7836.27
Hex344E853D29030dd2c24
Octal6411620575510603355444
Binary110100100111010000101111101101001011000011011101101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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