#34475E

Color #34475E Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #34475E

Tints of Cello #34475E

Color information

#34475E (or 0x34475E) is unknown color: approx Cello. HEX triplet: 34, 47 and 5E. RGB value is (52,71,94). Sum of RGB (Red+Green+Blue) = 52+71+94=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 94 (37.11% from 255 or 43.32% from 217); Max value from RGB is 94 - color contains mainly: blue. Hex color #34475E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34475E is #CBB8A1. Grayscale: #434343. Windows color (decimal): -13351074 or 6178612. OLE color: 6178612.

HSL color Cylindrical-coordinate representation of color #34475E: hue angle of 212.86º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #34475E is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB527194-
CMYK0.450.2400.63
HSL212.86º28.77%28.63%-
HSV(B)212.86º44.68%36.86%-
XYZ5.696.0411.46-
YUV67.94142.71116.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.96%
GREEN value IS 71 (28.12% from 255) = 32.72%
BLUE value IS 94 (37.11% from 255) = 43.32%
R=23.96%
G=32.72%
B=43.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5271940.450.2400.63212.8628.7728.63
Hex34475E2D1803Fd51d1d
Octal6410713655300773253535
Binary11010010001111011110101101110000111111110101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34475E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34475E; }

 p { color: rgb(52,71,94); }

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

<style>
 a { background-color: #34475E; }

 a { background-color: rgb(52,71,94); }

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

<style>
 span { border-color: #34475E; }

 span { border-color: rgb(52,71,94); }

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