Html Css Color HEX #362999 Dark Slate Blue

📋 copy color: '#362999'

red 54 ◦ green 41 ◦ blue 153

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

Shades of Dark Slate Blue #362999

Tints of Dark Slate Blue #362999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 61.69%

R = 21.77%
G = 16.53%
B = 61.69%

CMYK

 C value IS 0.65

 M value IS 0.73

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#362999 (or 0x362999) is known color: Dark Slate Blue. HEX triplet: 36, 29 and 99. RGB value is (54,41,153). Sum of RGB (Red+Green+Blue) = 54+41+153=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 153 (60.16% from 255 or 61.69% from 248); Max value from RGB is 153 - color contains mainly: blue. Hex color #362999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362999 is #C9D666. Grayscale: #393939. Windows color (decimal): -13227623 or 10037558. OLE color: 10037558.

HSL color Cylindrical-coordinate representation of color #362999: hue angle of 246.96º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #362999 is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 54 41 153 -
CMYK 0.65 0.73 0 0.4
HSL 246.96º 0.58% 0.38% -
HSV(B) 246.96º 0.73% 0.6% -
XYZ 8.06 4.67 30.61 -
YUV 57.66 181.81 125.39 -
System Red Green Blue C M Y K H S L
Decimal 54 41 153 0.65 0.73 0 0.4 246.96 0.58 0.38
Hex 36 29 99 41 49 0 28 F7 3A 26
Octal 66 51 231 101 111 0 50 367 72 46
Binary 110110 101001 10011001 1000001 1001001 0 101000 11110111 111010 100110

Color Harmonies of #362999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362999

Black with #362999

Text Example


Text Example

White with #362999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362999; }

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

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

background-color css

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

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

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

border-color css

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

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

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