#34487D

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

Shades of Fun Blue #34487D

Tints of Fun Blue #34487D

Color information

#34487D (or 0x34487D) is unknown color: approx Fun Blue. HEX triplet: 34, 48 and 7D. RGB value is (52,72,125). Sum of RGB (Red+Green+Blue) = 52+72+125=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 125 (49.22% from 255 or 50.20% from 249); Max value from RGB is 125 - color contains mainly: blue. Hex color #34487D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34487D is #CBB782. Grayscale: #474747. Windows color (decimal): -13350787 or 8210484. OLE color: 8210484.

HSL color Cylindrical-coordinate representation of color #34487D: hue angle of 223.56º 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 #34487D is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5272125-
CMYK0.580.4200.51
HSL223.56º41.24%34.71%-
HSV(B)223.56º58.4%49.02%-
XYZ7.446.8520.33-
YUV72.06157.87113.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.88%
GREEN value IS 72 (28.52% from 255) = 28.92%
BLUE value IS 125 (49.22% from 255) = 50.20%
R=20.88%
G=28.92%
B=50.20%

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
Decimal52721250.580.4200.51223.5641.2434.71
Hex34487D3A2A033e02923
Octal6411017572520633405143
Binary11010010010001111101111010101010011001111100000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34487D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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