Html Css Color HEX #353842 Vulcan

📋 copy color: '#353842'

red 53 ◦ green 56 ◦ blue 66

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

Shades of Vulcan #353842

Tints of Vulcan #353842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 37.71%

R = 30.29%
G = 32%
B = 37.71%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#353842 (or 0x353842) is known color: Vulcan. HEX triplet: 35, 38 and 42. RGB value is (53,56,66). Sum of RGB (Red+Green+Blue) = 53+56+66=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 66 - color contains mainly: blue. Hex color #353842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353842 is #CAC7BD. Grayscale: #383838. Windows color (decimal): -13289406 or 4339765. OLE color: 4339765.

HSL color Cylindrical-coordinate representation of color #353842: hue angle of 226.15º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #353842 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 56 66 -
CMYK 0.20 0.15 0 0.74
HSL 226.15º 0.11% 0.23% -
HSV(B) 226.15º 0.2% 0.26% -
XYZ 3.87 3.98 5.72 -
YUV 56.24 133.51 125.69 -
System Red Green Blue C M Y K H S L
Decimal 53 56 66 0.20 0.15 0 0.74 226.15 0.11 0.23
Hex 35 38 42 14 F 0 4A E2 B 17
Octal 65 70 102 24 17 0 112 342 13 27
Binary 110101 111000 1000010 10100 1111 0 1001010 11100010 1011 10111

Color Harmonies of #353842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353842

Black with #353842

Text Example


Text Example

White with #353842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353842; }

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

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

background-color css

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

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

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

border-color css

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

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

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