Html Css Color HEX #363192 Dark Slate Blue

📋 copy color: '#363192'

red 54 ◦ green 49 ◦ blue 146

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

Shades of Dark Slate Blue #363192

Tints of Dark Slate Blue #363192

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.68%

 BLUE value IS 146 (57.42% from 255) = 58.63%

R = 21.69%
G = 19.68%
B = 58.63%

CMYK

 C value IS 0.63

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#363192 (or 0x363192) is known color: Dark Slate Blue. HEX triplet: 36, 31 and 92. RGB value is (54,49,146). Sum of RGB (Red+Green+Blue) = 54+49+146=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 146 (57.42% from 255 or 58.63% from 249); Max value from RGB is 146 - color contains mainly: blue. Hex color #363192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363192 is #C9CE6D. Grayscale: #3D3D3D. Windows color (decimal): -13225582 or 9580854. OLE color: 9580854.

HSL color Cylindrical-coordinate representation of color #363192: hue angle of 243.09º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #363192 is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 54 49 146 -
CMYK 0.63 0.66 0 0.43
HSL 243.09º 0.5% 0.38% -
HSV(B) 243.09º 0.66% 0.57% -
XYZ 7.81 5.06 27.76 -
YUV 61.55 175.66 122.61 -
System Red Green Blue C M Y K H S L
Decimal 54 49 146 0.63 0.66 0 0.43 243.09 0.5 0.38
Hex 36 31 92 3F 42 0 2B F3 32 26
Octal 66 61 222 77 102 0 53 363 62 46
Binary 110110 110001 10010010 111111 1000010 0 101011 11110011 110010 100110

Color Harmonies of #363192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363192

Black with #363192

Text Example


Text Example

White with #363192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363192; }

 p { color: rgb(54,49,146); }

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

background-color css

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

 a { background-color: rgb(54,49,146); }

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

border-color css

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

 span { border-color: rgb(54,49,146); }

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