Html Css Color HEX #362B8D Dark Slate Blue

📋 copy color: '#362B8D'

red 54 ◦ green 43 ◦ blue 141

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

Shades of Dark Slate Blue #362B8D

Tints of Dark Slate Blue #362B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 59.24%

R = 22.69%
G = 18.07%
B = 59.24%

CMYK

 C value IS 0.62

 M value IS 0.70

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#362B8D (or 0x362B8D) is known color: Dark Slate Blue. HEX triplet: 36, 2B and 8D. RGB value is (54,43,141). Sum of RGB (Red+Green+Blue) = 54+43+141=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 141 (55.47% from 255 or 59.24% from 238); Max value from RGB is 141 - color contains mainly: blue. Hex color #362B8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362B8D is #C9D472. Grayscale: #393939. Windows color (decimal): -13227123 or 9251638. OLE color: 9251638.

HSL color Cylindrical-coordinate representation of color #362B8D: hue angle of 246.73º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #362B8D is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 43 141 -
CMYK 0.62 0.70 0 0.45
HSL 246.73º 0.53% 0.36% -
HSV(B) 246.73º 0.7% 0.55% -
XYZ 7.19 4.44 25.68 -
YUV 57.46 175.14 125.53 -
System Red Green Blue C M Y K H S L
Decimal 54 43 141 0.62 0.70 0 0.45 246.73 0.53 0.36
Hex 36 2B 8D 3E 46 0 2D F7 35 24
Octal 66 53 215 76 106 0 55 367 65 44
Binary 110110 101011 10001101 111110 1000110 0 101101 11110111 110101 100100

Color Harmonies of #362B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362B8D

Black with #362B8D

Text Example


Text Example

White with #362B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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