Html Css Color HEX #362F9B Dark Slate Blue

📋 copy color: '#362F9B'

red 54 ◦ green 47 ◦ blue 155

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

Shades of Dark Slate Blue #362F9B

Tints of Dark Slate Blue #362F9B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.36%

 BLUE value IS 155 (60.94% from 255) = 60.55%

R = 21.09%
G = 18.36%
B = 60.55%

CMYK

 C value IS 0.65

 M value IS 0.70

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#362F9B (or 0x362F9B) is known color: Dark Slate Blue. HEX triplet: 36, 2F and 9B. RGB value is (54,47,155). Sum of RGB (Red+Green+Blue) = 54+47+155=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 155 (60.94% from 255 or 60.55% from 256); Max value from RGB is 155 - color contains mainly: blue. Hex color #362F9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362F9B is #C9D064. Grayscale: #3C3C3C. Windows color (decimal): -13226085 or 10170166. OLE color: 10170166.

HSL color Cylindrical-coordinate representation of color #362F9B: hue angle of 243.89º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #362F9B is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 47 155 -
CMYK 0.65 0.70 0 0.39
HSL 243.89º 0.53% 0.4% -
HSV(B) 243.89º 0.7% 0.61% -
XYZ 8.45 5.18 31.57 -
YUV 61.41 180.82 122.72 -
System Red Green Blue C M Y K H S L
Decimal 54 47 155 0.65 0.70 0 0.39 243.89 0.53 0.4
Hex 36 2F 9B 41 46 0 27 F4 35 28
Octal 66 57 233 101 106 0 47 364 65 50
Binary 110110 101111 10011011 1000001 1000110 0 100111 11110100 110101 101000

Color Harmonies of #362F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362F9B

Black with #362F9B

Text Example


Text Example

White with #362F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,47,155); }

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

background-color css

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

 a { background-color: rgb(54,47,155); }

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

border-color css

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

 span { border-color: rgb(54,47,155); }

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