#344E78

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

Shades of Fun Blue #344E78

Tints of Fun Blue #344E78

Color information

#344E78 (or 0x344E78) is unknown color: approx Fun Blue. HEX triplet: 34, 4E and 78. RGB value is (52,78,120). Sum of RGB (Red+Green+Blue) = 52+78+120=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 78 (30.86% from 255 or 31.2% from 250); Blue value is 120 (47.27% from 255 or 48% from 250); Max value from RGB is 120 - color contains mainly: blue. Hex color #344E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344E78 is #CBB187. Grayscale: #4A4A4A. Windows color (decimal): -13349256 or 7884340. OLE color: 7884340.

HSL color Cylindrical-coordinate representation of color #344E78: hue angle of 217.06º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #344E78 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5278120-
CMYK0.570.3500.53
HSL217.06º39.53%33.73%-
HSV(B)217.06º56.67%47.06%-
XYZ7.537.5318.83-
YUV75.01153.39111.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.8%
GREEN value IS 78 (30.86% from 255) = 31.2%
BLUE value IS 120 (47.27% from 255) = 48%
R=20.8%
G=31.2%
B=48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52781200.570.3500.53217.0639.5333.73
Hex344E783923035d92822
Octal6411617071430653315042
Binary11010010011101111000111001100011011010111011001101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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