Html Css Color HEX #35313E Martinique

📋 copy color: '#35313E'

red 53 ◦ green 49 ◦ blue 62

#35313E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Martinique #35313E

Tints of Martinique #35313E

RGB

 RED value IS 53 (21.09% from 255) = 32.32%

 GREEN value IS 49 (19.53% from 255) = 29.88%

 BLUE value IS 62 (24.61% from 255) = 37.8%

R = 32.32%
G = 29.88%
B = 37.8%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#35313E (or 0x35313E) is known color: Martinique. HEX triplet: 35, 31 and 3E. RGB value is (53,49,62). Sum of RGB (Red+Green+Blue) = 53+49+62=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 62 (24.61% from 255 or 37.80% from 164); Max value from RGB is 62 - color contains mainly: blue. Hex color #35313E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35313E is #CACEC1. Grayscale: #333333. Windows color (decimal): -13291202 or 4075829. OLE color: 4075829.

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

Color convert

RGB 53 49 62 -
CMYK 0.15 0.21 0 0.76
HSL 258.46º 0.12% 0.22% -
HSV(B) 258.46º 0.21% 0.24% -
XYZ 3.44 3.3 5.01 -
YUV 51.68 133.83 128.94 -
System Red Green Blue C M Y K H S L
Decimal 53 49 62 0.15 0.21 0 0.76 258.46 0.12 0.22
Hex 35 31 3E F 15 0 4C 102 C 16
Octal 65 61 76 17 25 0 114 402 14 26
Binary 110101 110001 111110 1111 10101 0 1001100 100000010 1100 10110

Color Harmonies of #35313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35313E

Black with #35313E

Text Example


Text Example

White with #35313E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #35313E;
 }
 .AnyTagClassName
 {
   color: #35313E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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