Html Css Color HEX #362992 Dark Slate Blue

📋 copy color: '#362992'

red 54 ◦ green 41 ◦ blue 146

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

Shades of Dark Slate Blue #362992

Tints of Dark Slate Blue #362992

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.01%

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

R = 22.41%
G = 17.01%
B = 60.58%

CMYK

 C value IS 0.63

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#362992 (or 0x362992) is known color: Dark Slate Blue. HEX triplet: 36, 29 and 92. RGB value is (54,41,146). Sum of RGB (Red+Green+Blue) = 54+41+146=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 146 (57.42% from 255 or 60.58% from 241); Max value from RGB is 146 - color contains mainly: blue. Hex color #362992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362992 is #C9D66D. Grayscale: #383838. Windows color (decimal): -13227630 or 9578806. OLE color: 9578806.

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

Color convert

RGB 54 41 146 -
CMYK 0.63 0.72 0 0.43
HSL 247.43º 0.56% 0.37% -
HSV(B) 247.43º 0.72% 0.57% -
XYZ 7.5 4.45 27.66 -
YUV 56.86 178.31 125.96 -
System Red Green Blue C M Y K H S L
Decimal 54 41 146 0.63 0.72 0 0.43 247.43 0.56 0.37
Hex 36 29 92 3F 48 0 2B F7 38 25
Octal 66 51 222 77 110 0 53 367 70 45
Binary 110110 101001 10010010 111111 1001000 0 101011 11110111 111000 100101

Color Harmonies of #362992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362992

Black with #362992

Text Example


Text Example

White with #362992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362992; }

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

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

background-color css

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

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

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

border-color css

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

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

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