#363A44

Color #363A44 Vulcan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vulcan #363A44

Tints of Vulcan #363A44

Color information

#363A44 (or 0x363A44) is unknown color: approx Vulcan. HEX triplet: 36, 3A and 44. RGB value is (54,58,68). Sum of RGB (Red+Green+Blue) = 54+58+68=180 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30% from 180); Green value is 58 (23.05% from 255 or 32.22% from 180); Blue value is 68 (26.95% from 255 or 37.78% from 180); Max value from RGB is 68 - color contains mainly: blue. Hex color #363A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363A44 is #C9C5BB. Grayscale: #393939. Windows color (decimal): -13223356 or 4471350. OLE color: 4471350.

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

Color convert

RGB545868-
CMYK0.210.1500.73
HSL222.86º11.48%23.92%-
HSV(B)222.86º20.59%26.67%-
XYZ4.084.236.07-
YUV57.94133.67125.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30%
GREEN value IS 58 (23.05% from 255) = 32.22%
BLUE value IS 68 (26.95% from 255) = 37.78%
R=30%
G=32.22%
B=37.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5458680.210.1500.73222.8611.4823.92
Hex363A4415F049dfb18
Octal6672104251701113371330
Binary11011011101010001001010111110100100111011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #363A44;
 }
 .AnyTagClassName
 {
   color: #363A44;
 }
</style>
background-color css

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

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

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

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

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

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