#34497B

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

Shades of Fun Blue #34497B

Tints of Fun Blue #34497B

Color information

#34497B (or 0x34497B) is unknown color: approx Fun Blue. HEX triplet: 34, 49 and 7B. RGB value is (52,73,123). Sum of RGB (Red+Green+Blue) = 52+73+123=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 123 (48.44% from 255 or 49.60% from 248); Max value from RGB is 123 - color contains mainly: blue. Hex color #34497B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34497B is #CBB684. Grayscale: #484848. Windows color (decimal): -13350533 or 8079668. OLE color: 8079668.

HSL color Cylindrical-coordinate representation of color #34497B: hue angle of 222.25º 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 #34497B is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5273123-
CMYK0.580.4100.52
HSL222.25º40.57%34.31%-
HSV(B)222.25º57.72%48.24%-
XYZ7.376.9319.69-
YUV72.42156.54113.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.97%
GREEN value IS 73 (28.91% from 255) = 29.44%
BLUE value IS 123 (48.44% from 255) = 49.60%
R=20.97%
G=29.44%
B=49.60%

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
Decimal52731230.580.4100.52222.2540.5734.31
Hex34497B3A29034de2922
Octal6411117372510643365142
Binary11010010010011111011111010101001011010011011110101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34497B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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