Html Css Color HEX #362791 Dark Slate Blue

📋 copy color: '#362791'

red 54 ◦ green 39 ◦ blue 145

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

Shades of Dark Slate Blue #362791

Tints of Dark Slate Blue #362791

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.39%

 BLUE value IS 145 (57.03% from 255) = 60.92%

R = 22.69%
G = 16.39%
B = 60.92%

CMYK

 C value IS 0.63

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#362791 (or 0x362791) is known color: Dark Slate Blue. HEX triplet: 36, 27 and 91. RGB value is (54,39,145). Sum of RGB (Red+Green+Blue) = 54+39+145=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 145 (57.03% from 255 or 60.92% from 238); Max value from RGB is 145 - color contains mainly: blue. Hex color #362791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362791 is #C9D86E. Grayscale: #373737. Windows color (decimal): -13228143 or 9512758. OLE color: 9512758.

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

Color convert

RGB 54 39 145 -
CMYK 0.63 0.73 0 0.43
HSL 248.49º 0.58% 0.36% -
HSV(B) 248.49º 0.73% 0.57% -
XYZ 7.36 4.28 27.23 -
YUV 55.57 178.47 126.88 -
System Red Green Blue C M Y K H S L
Decimal 54 39 145 0.63 0.73 0 0.43 248.49 0.58 0.36
Hex 36 27 91 3F 49 0 2B F8 3A 24
Octal 66 47 221 77 111 0 53 370 72 44
Binary 110110 100111 10010001 111111 1001001 0 101011 11111000 111010 100100

Color Harmonies of #362791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362791

Black with #362791

Text Example


Text Example

White with #362791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362791; }

 p { color: rgb(54,39,145); }

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

background-color css

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

 a { background-color: rgb(54,39,145); }

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

border-color css

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

 span { border-color: rgb(54,39,145); }

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