Html Css Color HEX #35393F Vulcan

📋 copy color: '#35393F'

red 53 ◦ green 57 ◦ blue 63

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

Shades of Vulcan #35393F

Tints of Vulcan #35393F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.95%

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

R = 30.64%
G = 32.95%
B = 36.42%

CMYK

 C value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#35393F (or 0x35393F) is known color: Vulcan. HEX triplet: 35, 39 and 3F. RGB value is (53,57,63). Sum of RGB (Red+Green+Blue) = 53+57+63=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 57 (22.66% from 255 or 32.95% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 63 - color contains mainly: blue. Hex color #35393F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35393F is #CAC6C0. Grayscale: #383838. Windows color (decimal): -13289153 or 4143413. OLE color: 4143413.

HSL color Cylindrical-coordinate representation of color #35393F: hue angle of 216º 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 #35393F is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 57 63 -
CMYK 0.16 0.10 0 0.75
HSL 216º 0.09% 0.23% -
HSV(B) 216º 0.16% 0.25% -
XYZ 3.83 4.04 5.28 -
YUV 56.49 131.67 125.51 -
System Red Green Blue C M Y K H S L
Decimal 53 57 63 0.16 0.10 0 0.75 216 0.09 0.23
Hex 35 39 3F 10 A 0 4B D8 9 17
Octal 65 71 77 20 12 0 113 330 11 27
Binary 110101 111001 111111 10000 1010 0 1001011 11011000 1001 10111

Color Harmonies of #35393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35393F

Black with #35393F

Text Example


Text Example

White with #35393F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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