#35303E

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

Shades of Martinique #35303E

Tints of Martinique #35303E

Color information

#35303E (or 0x35303E) is unknown color: approx Martinique. HEX triplet: 35, 30 and 3E. RGB value is (53,48,62). Sum of RGB (Red+Green+Blue) = 53+48+62=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 62 (24.61% from 255 or 38.04% from 163); Max value from RGB is 62 - color contains mainly: blue. Hex color #35303E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35303E is #CACFC1. Grayscale: #333333. Windows color (decimal): -13291458 or 4075573. OLE color: 4075573.

HSL color Cylindrical-coordinate representation of color #35303E: hue angle of 261.43º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #35303E is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB534862-
CMYK0.150.2300.76
HSL261.43º12.73%21.57%-
HSV(B)261.43º22.58%24.31%-
XYZ3.393.225-
YUV51.09134.16129.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.52%
GREEN value IS 48 (19.14% from 255) = 29.45%
BLUE value IS 62 (24.61% from 255) = 38.04%
R=32.52%
G=29.45%
B=38.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5348620.150.2300.76261.4312.7321.57
Hex35303EF1704C105d16
Octal656076172701144051526
Binary11010111000011111011111011101001100100000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35303E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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