#34497D

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

Shades of Fun Blue #34497D

Tints of Fun Blue #34497D

Color information

#34497D (or 0x34497D) is unknown color: approx Fun Blue. HEX triplet: 34, 49 and 7D. RGB value is (52,73,125). Sum of RGB (Red+Green+Blue) = 52+73+125=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 125 (49.22% from 255 or 50% from 250); Max value from RGB is 125 - color contains mainly: blue. Hex color #34497D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34497D is #CBB682. Grayscale: #484848. Windows color (decimal): -13350531 or 8210740. OLE color: 8210740.

HSL color Cylindrical-coordinate representation of color #34497D: hue angle of 222.74º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34497D is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5273125-
CMYK0.580.4200.51
HSL222.74º41.24%34.71%-
HSV(B)222.74º58.4%49.02%-
XYZ7.56.9820.35-
YUV72.65157.54113.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.8%
GREEN value IS 73 (28.91% from 255) = 29.2%
BLUE value IS 125 (49.22% from 255) = 50%
R=20.8%
G=29.2%
B=50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52731250.580.4200.51222.7441.2434.71
Hex34497D3A2A033df2923
Octal6411117572520633375143
Binary11010010010011111101111010101010011001111011111101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34497D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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