#34505E

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

Shades of Cello #34505E

Tints of Cello #34505E

Color information

#34505E (or 0x34505E) is unknown color: approx Cello. HEX triplet: 34, 50 and 5E. RGB value is (52,80,94). Sum of RGB (Red+Green+Blue) = 52+80+94=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 94 (37.11% from 255 or 41.59% from 226); Max value from RGB is 94 - color contains mainly: blue. Hex color #34505E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34505E is #CBAFA1. Grayscale: #494949. Windows color (decimal): -13348770 or 6180916. OLE color: 6180916.

HSL color Cylindrical-coordinate representation of color #34505E: hue angle of 200º 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 #34505E is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB528094-
CMYK0.450.1500.63
HSL200º28.77%28.63%-
HSV(B)200º44.68%36.86%-
XYZ6.317.2811.66-
YUV73.22139.72112.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.01%
GREEN value IS 80 (31.64% from 255) = 35.40%
BLUE value IS 94 (37.11% from 255) = 41.59%
R=23.01%
G=35.40%
B=41.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5280940.450.1500.6320028.7728.63
Hex34505E2DF03Fc81d1d
Octal6412013655170773103535
Binary1101001010000101111010110111110111111110010001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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