Html Css Color HEX #383A44 Vulcan

📋 copy color: '#383A44'

red 56 ◦ green 58 ◦ blue 68

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

Shades of Vulcan #383A44

Tints of Vulcan #383A44

RGB

 RED value IS 56 (22.27% from 255) = 30.77%

 GREEN value IS 58 (23.05% from 255) = 31.87%

 BLUE value IS 68 (26.95% from 255) = 37.36%

R = 30.77%
G = 31.87%
B = 37.36%

CMYK

 C value IS 0.18

 M value IS 0.15

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#383A44 (or 0x383A44) is known color: Vulcan. HEX triplet: 38, 3A and 44. RGB value is (56,58,68). Sum of RGB (Red+Green+Blue) = 56+58+68=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 58 (23.05% from 255 or 31.87% from 182); Blue value is 68 (26.95% from 255 or 37.36% from 182); Max value from RGB is 68 - color contains mainly: blue. Hex color #383A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383A44 is #C7C5BB. Grayscale: #3A3A3A. Windows color (decimal): -13092284 or 4471352. OLE color: 4471352.

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

Color convert

RGB 56 58 68 -
CMYK 0.18 0.15 0 0.73
HSL 230º 0.1% 0.24% -
HSV(B) 230º 0.18% 0.27% -
XYZ 4.19 4.28 6.08 -
YUV 58.54 133.34 126.19 -
System Red Green Blue C M Y K H S L
Decimal 56 58 68 0.18 0.15 0 0.73 230 0.1 0.24
Hex 38 3A 44 12 F 0 49 E6 A 18
Octal 70 72 104 22 17 0 111 346 12 30
Binary 111000 111010 1000100 10010 1111 0 1001001 11100110 1010 11000

Color Harmonies of #383A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383A44

Black with #383A44

Text Example


Text Example

White with #383A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383A44; }

 p { color: rgb(56,58,68); }

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

background-color css

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

 a { background-color: rgb(56,58,68); }

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

border-color css

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

 span { border-color: rgb(56,58,68); }

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