#35303C

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

Shades of Tolopea #35303C

Tints of Tolopea #35303C

Color information

#35303C (or 0x35303C) is unknown color: approx Tolopea. HEX triplet: 35, 30 and 3C. RGB value is (53,48,60). Sum of RGB (Red+Green+Blue) = 53+48+60=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 60 (23.83% from 255 or 37.27% from 161); Max value from RGB is 60 - color contains mainly: blue. Hex color #35303C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35303C is #CACFC3. Grayscale: #323232. Windows color (decimal): -13291460 or 3944501. OLE color: 3944501.

HSL color Cylindrical-coordinate representation of color #35303C: hue angle of 265º degrees, saturation: 0.11, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #35303C is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB534860-
CMYK0.120.2000.76
HSL265º11.11%21.18%-
HSV(B)265º20%23.53%-
XYZ3.343.24.72-
YUV50.86133.16129.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.92%
GREEN value IS 48 (19.14% from 255) = 29.81%
BLUE value IS 60 (23.83% from 255) = 37.27%
R=32.92%
G=29.81%
B=37.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5348600.120.2000.7626511.1121.18
Hex35303CC1404C109b15
Octal656074142401144111325
Binary11010111000011110011001010001001100100001001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35303C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,48,60); }

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

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

 a { background-color: rgb(53,48,60); }

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

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

 span { border-color: rgb(53,48,60); }

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