#34526A

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

Shades of Cello #34526A

Tints of Cello #34526A

Color information

#34526A (or 0x34526A) is unknown color: approx Cello. HEX triplet: 34, 52 and 6A. RGB value is (52,82,106). Sum of RGB (Red+Green+Blue) = 52+82+106=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 106 (41.80% from 255 or 44.17% from 240); Max value from RGB is 106 - color contains mainly: blue. Hex color #34526A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34526A is #CBAD95. Grayscale: #4B4B4B. Windows color (decimal): -13348246 or 6967860. OLE color: 6967860.

HSL color Cylindrical-coordinate representation of color #34526A: hue angle of 206.67º 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 #34526A is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5282106-
CMYK0.510.2300.58
HSL206.67º34.18%30.98%-
HSV(B)206.67º50.94%41.57%-
XYZ7.037.8114.77-
YUV75.77145.06111.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.67%
GREEN value IS 82 (32.42% from 255) = 34.17%
BLUE value IS 106 (41.80% from 255) = 44.17%
R=21.67%
G=34.17%
B=44.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52821060.510.2300.58206.6734.1830.98
Hex34526A331703Acf221f
Octal6412215263270723174237
Binary110100101001011010101100111011101110101100111110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34526A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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