#34505D

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

Shades of Cello #34505D

Tints of Cello #34505D

Color information

#34505D (or 0x34505D) is unknown color: approx Cello. HEX triplet: 34, 50 and 5D. RGB value is (52,80,93). Sum of RGB (Red+Green+Blue) = 52+80+93=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 93 - color contains mainly: blue. Hex color #34505D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34505D is #CBAFA2. Grayscale: #494949. Windows color (decimal): -13348771 or 6115380. OLE color: 6115380.

HSL color Cylindrical-coordinate representation of color #34505D: hue angle of 199.02º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #34505D is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB528093-
CMYK0.440.1400.64
HSL199.02º28.28%28.43%-
HSV(B)199.02º44.09%36.47%-
XYZ6.267.2611.43-
YUV73.11139.22112.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.11%
GREEN value IS 80 (31.64% from 255) = 35.56%
BLUE value IS 93 (36.72% from 255) = 41.33%
R=23.11%
G=35.56%
B=41.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5280930.440.1400.64199.0228.2828.43
Hex34505D2CE040c71c1c
Octal64120135541601003073434
Binary11010010100001011101101100111001000000110001111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,80,93); }

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

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

 a { background-color: rgb(52,80,93); }

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

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

 span { border-color: rgb(52,80,93); }

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