#34496A

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

Shades of Cello #34496A

Tints of Cello #34496A

Color information

#34496A (or 0x34496A) is unknown color: approx Cello. HEX triplet: 34, 49 and 6A. RGB value is (52,73,106). Sum of RGB (Red+Green+Blue) = 52+73+106=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 106 (41.80% from 255 or 45.89% from 231); Max value from RGB is 106 - color contains mainly: blue. Hex color #34496A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34496A is #CBB695. Grayscale: #464646. Windows color (decimal): -13350550 or 6965556. OLE color: 6965556.

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

Color convert

RGB5273106-
CMYK0.510.3100.58
HSL216.67º34.18%30.98%-
HSV(B)216.67º50.94%41.57%-
XYZ6.46.5414.56-
YUV70.48148.04114.82-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.51%
GREEN value IS 73 (28.91% from 255) = 31.60%
BLUE value IS 106 (41.80% from 255) = 45.89%
R=22.51%
G=31.60%
B=45.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52731060.510.3100.58216.6734.1830.98
Hex34496A331F03Ad9221f
Octal6411115263370723314237
Binary110100100100111010101100111111101110101101100110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34496A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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