#344E84

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

Shades of Fun Blue #344E84

Tints of Fun Blue #344E84

Color information

#344E84 (or 0x344E84) is unknown color: approx Fun Blue. HEX triplet: 34, 4E and 84. RGB value is (52,78,132). Sum of RGB (Red+Green+Blue) = 52+78+132=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 78 (30.86% from 255 or 29.77% from 262); Blue value is 132 (51.95% from 255 or 50.38% from 262); Max value from RGB is 132 - color contains mainly: blue. Hex color #344E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #344E84 is #CBB17B. Grayscale: #4C4C4C. Windows color (decimal): -13349244 or 8670772. OLE color: 8670772.

HSL color Cylindrical-coordinate representation of color #344E84: hue angle of 220.5º degrees, saturation: 0.43, 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 #344E84 is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5278132-
CMYK0.610.4100.48
HSL220.5º43.48%36.08%-
HSV(B)220.5º60.61%51.76%-
XYZ8.317.8422.91-
YUV76.38159.39110.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.85%
GREEN value IS 78 (30.86% from 255) = 29.77%
BLUE value IS 132 (51.95% from 255) = 50.38%
R=19.85%
G=29.77%
B=50.38%

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
Decimal52781320.610.4100.48220.543.4836.08
Hex344E843D29030dc2b24
Octal6411620475510603345344
Binary110100100111010000100111101101001011000011011100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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