#34485A

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

Shades of Cello #34485A

Tints of Cello #34485A

Color information

#34485A (or 0x34485A) is unknown color: approx Cello. HEX triplet: 34, 48 and 5A. RGB value is (52,72,90). Sum of RGB (Red+Green+Blue) = 52+72+90=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 90 - color contains mainly: blue. Hex color #34485A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34485A is #CBB7A5. Grayscale: #434343. Windows color (decimal): -13350822 or 5916724. OLE color: 5916724.

HSL color Cylindrical-coordinate representation of color #34485A: hue angle of 208.42º 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 #34485A is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB527290-
CMYK0.420.2000.65
HSL208.42º26.76%27.84%-
HSV(B)208.42º42.22%35.29%-
XYZ5.586.110.56-
YUV68.07140.37116.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.30%
GREEN value IS 72 (28.52% from 255) = 33.64%
BLUE value IS 90 (35.55% from 255) = 42.06%
R=24.30%
G=33.64%
B=42.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5272900.420.2000.65208.4226.7627.84
Hex34485A2A14041d01b1c
Octal64110132522401013203334
Binary110100100100010110101010101010001000001110100001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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