Html Css Color HEX #353843 Vulcan

📋 copy color: '#353843'

red 53 ◦ green 56 ◦ blue 67

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

Shades of Vulcan #353843

Tints of Vulcan #353843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 38.07%

R = 30.11%
G = 31.82%
B = 38.07%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#353843 (or 0x353843) is known color: Vulcan. HEX triplet: 35, 38 and 43. RGB value is (53,56,67). Sum of RGB (Red+Green+Blue) = 53+56+67=176 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.11% from 176); Green value is 56 (22.27% from 255 or 31.82% from 176); Blue value is 67 (26.56% from 255 or 38.07% from 176); Max value from RGB is 67 - color contains mainly: blue. Hex color #353843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353843 is #CAC7BC. Grayscale: #383838. Windows color (decimal): -13289405 or 4405301. OLE color: 4405301.

HSL color Cylindrical-coordinate representation of color #353843: hue angle of 227.14º degrees, saturation: 0.12, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #353843 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 56 67 -
CMYK 0.21 0.16 0 0.74
HSL 227.14º 0.12% 0.24% -
HSV(B) 227.14º 0.21% 0.26% -
XYZ 3.9 3.99 5.88 -
YUV 56.36 134.01 125.61 -
System Red Green Blue C M Y K H S L
Decimal 53 56 67 0.21 0.16 0 0.74 227.14 0.12 0.24
Hex 35 38 43 15 10 0 4A E3 C 18
Octal 65 70 103 25 20 0 112 343 14 30
Binary 110101 111000 1000011 10101 10000 0 1001010 11100011 1100 11000

Color Harmonies of #353843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353843

Black with #353843

Text Example


Text Example

White with #353843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353843; }

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

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

background-color css

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

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

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

border-color css

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

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

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