#344F86

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

Shades of Fun Blue #344F86

Tints of Fun Blue #344F86

Color information

#344F86 (or 0x344F86) is unknown color: approx Fun Blue. HEX triplet: 34, 4F and 86. RGB value is (52,79,134). Sum of RGB (Red+Green+Blue) = 52+79+134=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 134 (52.73% from 255 or 50.57% from 265); Max value from RGB is 134 - color contains mainly: blue. Hex color #344F86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #344F86 is #CBB079. Grayscale: #4C4C4C. Windows color (decimal): -13348986 or 8802100. OLE color: 8802100.

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

Color convert

RGB5279134-
CMYK0.610.4100.47
HSL220.24º44.09%36.47%-
HSV(B)220.24º61.19%52.55%-
XYZ8.528.0423.66-
YUV77.2160.05110.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.62%
GREEN value IS 79 (31.25% from 255) = 29.81%
BLUE value IS 134 (52.73% from 255) = 50.57%
R=19.62%
G=29.81%
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.47
SystemRedGreenBlueCMYKHSL
Decimal52791340.610.4100.47220.2444.0936.47
Hex344F863D2902Fdc2c24
Octal6411720675510573345444
Binary110100100111110000110111101101001010111111011100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,79,134); }

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

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

 a { background-color: rgb(52,79,134); }

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

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

 span { border-color: rgb(52,79,134); }

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