#34536A

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

Shades of Cello #34536A

Tints of Cello #34536A

Color information

#34536A (or 0x34536A) is unknown color: approx Cello. HEX triplet: 34, 53 and 6A. RGB value is (52,83,106). Sum of RGB (Red+Green+Blue) = 52+83+106=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 106 (41.80% from 255 or 43.98% from 241); Max value from RGB is 106 - color contains mainly: blue. Hex color #34536A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34536A is #CBAC95. Grayscale: #4C4C4C. Windows color (decimal): -13347990 or 6968116. OLE color: 6968116.

HSL color Cylindrical-coordinate representation of color #34536A: hue angle of 205.56º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #34536A is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5283106-
CMYK0.510.2200.58
HSL205.56º34.18%30.98%-
HSV(B)205.56º50.94%41.57%-
XYZ7.117.9614.8-
YUV76.35144.73110.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.58%
GREEN value IS 83 (32.81% from 255) = 34.44%
BLUE value IS 106 (41.80% from 255) = 43.98%
R=21.58%
G=34.44%
B=43.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52831060.510.2200.58205.5634.1830.98
Hex34536A331603Ace221f
Octal6412315263260723164237
Binary110100101001111010101100111011001110101100111010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34536A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34536A; }

 p { color: rgb(52,83,106); }

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

<style>
 a { background-color: #34536A; }

 a { background-color: rgb(52,83,106); }

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

<style>
 span { border-color: #34536A; }

 span { border-color: rgb(52,83,106); }

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