#34495C

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

Shades of Cello #34495C

Tints of Cello #34495C

Color information

#34495C (or 0x34495C) is unknown color: approx Cello. HEX triplet: 34, 49 and 5C. RGB value is (52,73,92). Sum of RGB (Red+Green+Blue) = 52+73+92=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 92 - color contains mainly: blue. Hex color #34495C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34495C is #CBB6A3. Grayscale: #444444. Windows color (decimal): -13350564 or 6048052. OLE color: 6048052.

HSL color Cylindrical-coordinate representation of color #34495C: hue angle of 208.5º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #34495C is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB527392-
CMYK0.430.2100.64
HSL208.5º27.78%28.24%-
HSV(B)208.5º43.48%36.08%-
XYZ5.736.2711.03-
YUV68.89141.04115.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.96%
GREEN value IS 73 (28.91% from 255) = 33.64%
BLUE value IS 92 (36.33% from 255) = 42.40%
R=23.96%
G=33.64%
B=42.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5273920.430.2100.64208.527.7828.24
Hex34495C2B15040d01c1c
Octal64111134532501003203434
Binary110100100100110111001010111010101000000110100001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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