Html Css Color HEX #35373F Vulcan

📋 copy color: '#35373F'

red 53 ◦ green 55 ◦ blue 63

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

Shades of Vulcan #35373F

Tints of Vulcan #35373F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.16%

 BLUE value IS 63 (25% from 255) = 36.84%

R = 30.99%
G = 32.16%
B = 36.84%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#35373F (or 0x35373F) is known color: Vulcan. HEX triplet: 35, 37 and 3F. RGB value is (53,55,63). Sum of RGB (Red+Green+Blue) = 53+55+63=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 63 - color contains mainly: blue. Hex color #35373F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35373F is #CAC8C0. Grayscale: #373737. Windows color (decimal): -13289665 or 4142901. OLE color: 4142901.

HSL color Cylindrical-coordinate representation of color #35373F: hue angle of 228º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #35373F is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 55 63 -
CMYK 0.16 0.13 0 0.75
HSL 228º 0.09% 0.23% -
HSV(B) 228º 0.16% 0.25% -
XYZ 3.73 3.85 5.25 -
YUV 55.31 132.34 126.35 -
System Red Green Blue C M Y K H S L
Decimal 53 55 63 0.16 0.13 0 0.75 228 0.09 0.23
Hex 35 37 3F 10 D 0 4B E4 9 17
Octal 65 67 77 20 15 0 113 344 11 27
Binary 110101 110111 111111 10000 1101 0 1001011 11100100 1001 10111

Color Harmonies of #35373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35373F

Black with #35373F

Text Example


Text Example

White with #35373F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35373F; }

 p { color: rgb(53,55,63); }

 H1.HeaderClassName
 {
   color: #35373F;
 }
 .AnyTagClassName
 {
   color: #35373F;
 }
</style>

background-color css

<style>
 a { background-color: #35373F; }

 a { background-color: rgb(53,55,63); }

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

border-color css

<style>
 span { border-color: #35373F; }

 span { border-color: rgb(53,55,63); }

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