Html Css Color HEX #35383F Vulcan

📋 copy color: '#35383F'

red 53 ◦ green 56 ◦ blue 63

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

Shades of Vulcan #35383F

Tints of Vulcan #35383F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.56%

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

R = 30.81%
G = 32.56%
B = 36.63%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#35383F (or 0x35383F) is known color: Vulcan. HEX triplet: 35, 38 and 3F. RGB value is (53,56,63). Sum of RGB (Red+Green+Blue) = 53+56+63=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 63 - color contains mainly: blue. Hex color #35383F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35383F is #CAC7C0. Grayscale: #373737. Windows color (decimal): -13289409 or 4143157. OLE color: 4143157.

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

Color convert

RGB 53 56 63 -
CMYK 0.16 0.11 0 0.75
HSL 222º 0.09% 0.23% -
HSV(B) 222º 0.16% 0.25% -
XYZ 3.78 3.94 5.26 -
YUV 55.9 132.01 125.93 -
System Red Green Blue C M Y K H S L
Decimal 53 56 63 0.16 0.11 0 0.75 222 0.09 0.23
Hex 35 38 3F 10 B 0 4B DE 9 17
Octal 65 70 77 20 13 0 113 336 11 27
Binary 110101 111000 111111 10000 1011 0 1001011 11011110 1001 10111

Color Harmonies of #35383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35383F

Black with #35383F

Text Example


Text Example

White with #35383F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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