#344978

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

Shades of Fun Blue #344978

Tints of Fun Blue #344978

Color information

#344978 (or 0x344978) is unknown color: approx Fun Blue. HEX triplet: 34, 49 and 78. RGB value is (52,73,120). Sum of RGB (Red+Green+Blue) = 52+73+120=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #344978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344978 is #CBB687. Grayscale: #474747. Windows color (decimal): -13350536 or 7883060. OLE color: 7883060.

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

Color convert

RGB5273120-
CMYK0.570.3900.53
HSL221.47º39.53%33.73%-
HSV(B)221.47º56.67%47.06%-
XYZ7.196.8518.71-
YUV72.08155.04113.68-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.22%
GREEN value IS 73 (28.91% from 255) = 29.80%
BLUE value IS 120 (47.27% from 255) = 48.98%
R=21.22%
G=29.80%
B=48.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52731200.570.3900.53221.4739.5333.73
Hex3449783927035dd2822
Octal6411117071470653355042
Binary11010010010011111000111001100111011010111011101101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344978; }

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

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

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

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

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

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

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

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