#34497A

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

Shades of Fun Blue #34497A

Tints of Fun Blue #34497A

Color information

#34497A (or 0x34497A) is unknown color: approx Fun Blue. HEX triplet: 34, 49 and 7A. RGB value is (52,73,122). Sum of RGB (Red+Green+Blue) = 52+73+122=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 122 (48.05% from 255 or 49.39% from 247); Max value from RGB is 122 - color contains mainly: blue. Hex color #34497A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34497A is #CBB685. Grayscale: #484848. Windows color (decimal): -13350534 or 8014132. OLE color: 8014132.

HSL color Cylindrical-coordinate representation of color #34497A: hue angle of 222º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #34497A is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5273122-
CMYK0.570.4000.52
HSL222º40.23%34.12%-
HSV(B)222º57.38%47.84%-
XYZ7.316.919.36-
YUV72.31156.04113.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.05%
GREEN value IS 73 (28.91% from 255) = 29.55%
BLUE value IS 122 (48.05% from 255) = 49.39%
R=21.05%
G=29.55%
B=49.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52731220.570.4000.5222240.2334.12
Hex34497A3928034de2822
Octal6411117271500643365042
Binary11010010010011111010111001101000011010011011110101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34497A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34497A; }

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

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

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

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

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

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

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

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