#34487B

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

Shades of Fun Blue #34487B

Tints of Fun Blue #34487B

Color information

#34487B (or 0x34487B) is unknown color: approx Fun Blue. HEX triplet: 34, 48 and 7B. RGB value is (52,72,123). Sum of RGB (Red+Green+Blue) = 52+72+123=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 123 (48.44% from 255 or 49.80% from 247); Max value from RGB is 123 - color contains mainly: blue. Hex color #34487B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34487B is #CBB784. Grayscale: #474747. Windows color (decimal): -13350789 or 8079412. OLE color: 8079412.

HSL color Cylindrical-coordinate representation of color #34487B: hue angle of 223.1º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34487B is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5272123-
CMYK0.580.4100.52
HSL223.1º40.57%34.31%-
HSV(B)223.1º57.72%48.24%-
XYZ7.316.7919.67-
YUV71.83156.87113.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.05%
GREEN value IS 72 (28.52% from 255) = 29.15%
BLUE value IS 123 (48.44% from 255) = 49.80%
R=21.05%
G=29.15%
B=49.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52721230.580.4100.52223.140.5734.31
Hex34487B3A29034df2922
Octal6411017372510643375142
Binary11010010010001111011111010101001011010011011111101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34487B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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