#35475F

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

Shades of Cello #35475F

Tints of Cello #35475F

Color information

#35475F (or 0x35475F) is unknown color: approx Cello. HEX triplet: 35, 47 and 5F. RGB value is (53,71,95). Sum of RGB (Red+Green+Blue) = 53+71+95=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 95 (37.5% from 255 or 43.38% from 219); Max value from RGB is 95 - color contains mainly: blue. Hex color #35475F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35475F is #CAB8A0. Grayscale: #444444. Windows color (decimal): -13285537 or 6244149. OLE color: 6244149.

HSL color Cylindrical-coordinate representation of color #35475F: hue angle of 214.29º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #35475F is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB537195-
CMYK0.440.2500.63
HSL214.29º28.38%29.02%-
HSV(B)214.29º44.21%37.25%-
XYZ5.796.0911.7-
YUV68.35143.04117.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.20%
GREEN value IS 71 (28.12% from 255) = 32.42%
BLUE value IS 95 (37.5% from 255) = 43.38%
R=24.20%
G=32.42%
B=43.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5371950.440.2500.63214.2928.3829.02
Hex35475F2C1903Fd61c1d
Octal6510713754310773263435
Binary11010110001111011111101100110010111111110101101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35475F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35475F; }

 p { color: rgb(53,71,95); }

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

<style>
 a { background-color: #35475F; }

 a { background-color: rgb(53,71,95); }

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

<style>
 span { border-color: #35475F; }

 span { border-color: rgb(53,71,95); }

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