#344A78

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

Shades of Fun Blue #344A78

Tints of Fun Blue #344A78

Color information

#344A78 (or 0x344A78) is unknown color: approx Fun Blue. HEX triplet: 34, 4A and 78. RGB value is (52,74,120). Sum of RGB (Red+Green+Blue) = 52+74+120=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 120 (47.27% from 255 or 48.78% from 246); Max value from RGB is 120 - color contains mainly: blue. Hex color #344A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344A78 is #CBB587. Grayscale: #484848. Windows color (decimal): -13350280 or 7883316. OLE color: 7883316.

HSL color Cylindrical-coordinate representation of color #344A78: hue angle of 220.59º 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 #344A78 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5274120-
CMYK0.570.3800.53
HSL220.59º39.53%33.73%-
HSV(B)220.59º56.67%47.06%-
XYZ7.266.9818.73-
YUV72.67154.71113.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.14%
GREEN value IS 74 (29.30% from 255) = 30.08%
BLUE value IS 120 (47.27% from 255) = 48.78%
R=21.14%
G=30.08%
B=48.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52741200.570.3800.53220.5939.5333.73
Hex344A783926035dd2822
Octal6411217071460653355042
Binary11010010010101111000111001100110011010111011101101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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