#34516C

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

Shades of Cello #34516C

Tints of Cello #34516C

Color information

#34516C (or 0x34516C) is unknown color: approx Cello. HEX triplet: 34, 51 and 6C. RGB value is (52,81,108). Sum of RGB (Red+Green+Blue) = 52+81+108=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 108 - color contains mainly: blue. Hex color #34516C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34516C is #CBAE93. Grayscale: #4B4B4B. Windows color (decimal): -13348500 or 7098676. OLE color: 7098676.

HSL color Cylindrical-coordinate representation of color #34516C: hue angle of 208.93º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #34516C is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5281108-
CMYK0.520.2500.58
HSL208.93º35%31.37%-
HSV(B)208.93º51.85%42.35%-
XYZ7.077.715.3-
YUV75.41146.39111.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.58%
GREEN value IS 81 (32.03% from 255) = 33.61%
BLUE value IS 108 (42.58% from 255) = 44.81%
R=21.58%
G=33.61%
B=44.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52811080.520.2500.58208.933531.37
Hex34516C341903Ad1231f
Octal6412115464310723214337
Binary110100101000111011001101001100101110101101000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34516C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34516C; }

 p { color: rgb(52,81,108); }

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

<style>
 a { background-color: #34516C; }

 a { background-color: rgb(52,81,108); }

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

<style>
 span { border-color: #34516C; }

 span { border-color: rgb(52,81,108); }

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