Html Css Color HEX #35303E Martinique

📋 copy color: '#35303E'

red 53 ◦ green 48 ◦ blue 62

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

Shades of Martinique #35303E

Tints of Martinique #35303E

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 value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#35303E (or 0x35303E) is known color: 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

RGB 53 48 62 -
CMYK 0.15 0.23 0 0.76
HSL 261.43º 0.13% 0.22% -
HSV(B) 261.43º 0.23% 0.24% -
XYZ 3.39 3.22 5 -
YUV 51.09 134.16 129.36 -
System Red Green Blue C M Y K H S L
Decimal 53 48 62 0.15 0.23 0 0.76 261.43 0.13 0.22
Hex 35 30 3E F 17 0 4C 105 D 16
Octal 65 60 76 17 27 0 114 405 15 26
Binary 110101 110000 111110 1111 10111 0 1001100 100000101 1101 10110

Color Harmonies of #35303E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35303E

Black with #35303E

Text Example


Text Example

White with #35303E

Text Example


Text Example

HTML Codes & Css Web 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>