#34495A

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

Shades of Cello #34495A

Tints of Cello #34495A

Color information

#34495A (or 0x34495A) is unknown color: approx Cello. HEX triplet: 34, 49 and 5A. RGB value is (52,73,90). Sum of RGB (Red+Green+Blue) = 52+73+90=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 90 - color contains mainly: blue. Hex color #34495A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34495A is #CBB6A5. Grayscale: #444444. Windows color (decimal): -13350566 or 5916980. OLE color: 5916980.

HSL color Cylindrical-coordinate representation of color #34495A: hue angle of 206.84º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #34495A is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB527390-
CMYK0.420.1900.65
HSL206.84º26.76%27.84%-
HSV(B)206.84º42.22%35.29%-
XYZ5.646.2310.58-
YUV68.66140.04116.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.19%
GREEN value IS 73 (28.91% from 255) = 33.95%
BLUE value IS 90 (35.55% from 255) = 41.86%
R=24.19%
G=33.95%
B=41.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5273900.420.1900.65206.8426.7627.84
Hex34495A2A13041cf1b1c
Octal64111132522301013173334
Binary110100100100110110101010101001101000001110011111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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