Html Css Color HEX #363443 Revolver

📋 copy color: '#363443'

red 54 ◦ green 52 ◦ blue 67

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

Shades of Revolver #363443

Tints of Revolver #363443

RGB

 RED value IS 54 (21.48% from 255) = 31.21%

 GREEN value IS 52 (20.7% from 255) = 30.06%

 BLUE value IS 67 (26.56% from 255) = 38.73%

R = 31.21%
G = 30.06%
B = 38.73%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#363443 (or 0x363443) is known color: Revolver. HEX triplet: 36, 34 and 43. RGB value is (54,52,67). Sum of RGB (Red+Green+Blue) = 54+52+67=173 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.21% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 67 (26.56% from 255 or 38.73% from 173); Max value from RGB is 67 - color contains mainly: blue. Hex color #363443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363443 is #C9CBBC. Grayscale: #363636. Windows color (decimal): -13224893 or 4404278. OLE color: 4404278.

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

Color convert

RGB 54 52 67 -
CMYK 0.19 0.22 0 0.74
HSL 248º 0.13% 0.23% -
HSV(B) 248º 0.22% 0.26% -
XYZ 3.76 3.65 5.82 -
YUV 54.31 135.16 127.78 -
System Red Green Blue C M Y K H S L
Decimal 54 52 67 0.19 0.22 0 0.74 248 0.13 0.23
Hex 36 34 43 13 16 0 4A F8 D 17
Octal 66 64 103 23 26 0 112 370 15 27
Binary 110110 110100 1000011 10011 10110 0 1001010 11111000 1101 10111

Color Harmonies of #363443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363443

Black with #363443

Text Example


Text Example

White with #363443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363443; }

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

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

background-color css

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

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

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

border-color css

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

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

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