Html Css Color HEX #35323C Martinique

📋 copy color: '#35323C'

red 53 ◦ green 50 ◦ blue 60

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

Shades of Martinique #35323C

Tints of Martinique #35323C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.67%

 BLUE value IS 60 (23.83% from 255) = 36.81%

R = 32.52%
G = 30.67%
B = 36.81%

CMYK

 C value IS 0.12

 M value IS 0.17

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#35323C (or 0x35323C) is known color: Martinique. HEX triplet: 35, 32 and 3C. RGB value is (53,50,60). Sum of RGB (Red+Green+Blue) = 53+50+60=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 60 - color contains mainly: blue. Hex color #35323C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35323C is #CACDC3. Grayscale: #343434. Windows color (decimal): -13290948 or 3945013. OLE color: 3945013.

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

Color convert

RGB 53 50 60 -
CMYK 0.12 0.17 0 0.76
HSL 258º 0.09% 0.22% -
HSV(B) 258º 0.17% 0.24% -
XYZ 3.42 3.36 4.74 -
YUV 52.04 132.49 128.69 -
System Red Green Blue C M Y K H S L
Decimal 53 50 60 0.12 0.17 0 0.76 258 0.09 0.22
Hex 35 32 3C C 11 0 4C 102 9 16
Octal 65 62 74 14 21 0 114 402 11 26
Binary 110101 110010 111100 1100 10001 0 1001100 100000010 1001 10110

Color Harmonies of #35323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35323C

Black with #35323C

Text Example


Text Example

White with #35323C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #35323C;
 }
 .AnyTagClassName
 {
   color: #35323C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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