#363442

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

Shades of Revolver #363442

Tints of Revolver #363442

Color information

#363442 (or 0x363442) is unknown color: approx Revolver. HEX triplet: 36, 34 and 42. RGB value is (54,52,66). Sum of RGB (Red+Green+Blue) = 54+52+66=172 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.40% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 66 - color contains mainly: blue. Hex color #363442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363442 is #C9CBBD. Grayscale: #363636. Windows color (decimal): -13224894 or 4338742. OLE color: 4338742.

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

Color convert

RGB545266-
CMYK0.180.2100.74
HSL248.57º11.86%23.14%-
HSV(B)248.57º21.21%25.88%-
XYZ3.733.635.66-
YUV54.19134.66127.86-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.40%
GREEN value IS 52 (20.70% from 255) = 30.23%
BLUE value IS 66 (26.17% from 255) = 38.37%
R=31.40%
G=30.23%
B=38.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5452660.180.2100.74248.5711.8623.14
Hex363442121504Af9c17
Octal6664102222501123711427
Binary110110110100100001010010101010100101011111001110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363442; }

 p { color: rgb(54,52,66); }

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

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

 a { background-color: rgb(54,52,66); }

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

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

 span { border-color: rgb(54,52,66); }

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