Html Css Color HEX #353741 Vulcan

📋 copy color: '#353741'

red 53 ◦ green 55 ◦ blue 65

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

Shades of Vulcan #353741

Tints of Vulcan #353741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 37.57%

R = 30.64%
G = 31.79%
B = 37.57%

CMYK

 C value IS 0.18

 M value IS 0.15

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#353741 (or 0x353741) is known color: Vulcan. HEX triplet: 35, 37 and 41. RGB value is (53,55,65). Sum of RGB (Red+Green+Blue) = 53+55+65=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 65 - color contains mainly: blue. Hex color #353741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353741 is #CAC8BE. Grayscale: #373737. Windows color (decimal): -13289663 or 4273973. OLE color: 4273973.

HSL color Cylindrical-coordinate representation of color #353741: hue angle of 230º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #353741 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 55 65 -
CMYK 0.18 0.15 0 0.75
HSL 230º 0.1% 0.23% -
HSV(B) 230º 0.18% 0.25% -
XYZ 3.79 3.87 5.55 -
YUV 55.54 133.34 126.19 -
System Red Green Blue C M Y K H S L
Decimal 53 55 65 0.18 0.15 0 0.75 230 0.1 0.23
Hex 35 37 41 12 F 0 4B E6 A 17
Octal 65 67 101 22 17 0 113 346 12 27
Binary 110101 110111 1000001 10010 1111 0 1001011 11100110 1010 10111

Color Harmonies of #353741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353741

Black with #353741

Text Example


Text Example

White with #353741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353741; }

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

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

background-color css

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

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

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

border-color css

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

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

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