Html Css Color HEX #362B99 Dark Slate Blue

📋 copy color: '#362B99'

red 54 ◦ green 43 ◦ blue 153

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

Shades of Dark Slate Blue #362B99

Tints of Dark Slate Blue #362B99

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.2%

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

R = 21.6%
G = 17.2%
B = 61.2%

CMYK

 C value IS 0.65

 M value IS 0.72

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#362B99 (or 0x362B99) is known color: Dark Slate Blue. HEX triplet: 36, 2B and 99. RGB value is (54,43,153). Sum of RGB (Red+Green+Blue) = 54+43+153=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 43 (17.19% from 255 or 17.2% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #362B99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362B99 is #C9D466. Grayscale: #3A3A3A. Windows color (decimal): -13227111 or 10038070. OLE color: 10038070.

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

Color convert

RGB 54 43 153 -
CMYK 0.65 0.72 0 0.4
HSL 246º 0.56% 0.38% -
HSV(B) 246º 0.72% 0.6% -
XYZ 8.13 4.81 30.64 -
YUV 58.83 181.14 124.56 -
System Red Green Blue C M Y K H S L
Decimal 54 43 153 0.65 0.72 0 0.4 246 0.56 0.38
Hex 36 2B 99 41 48 0 28 F6 38 26
Octal 66 53 231 101 110 0 50 366 70 46
Binary 110110 101011 10011001 1000001 1001000 0 101000 11110110 111000 100110

Color Harmonies of #362B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362B99

Black with #362B99

Text Example


Text Example

White with #362B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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