Html Css Color HEX #3A368D Dark Slate Blue

📋 copy color: '#3A368D'

red 58 ◦ green 54 ◦ blue 141

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

Shades of Dark Slate Blue #3A368D

Tints of Dark Slate Blue #3A368D

RGB

 RED value IS 58 (23.05% from 255) = 22.92%

 GREEN value IS 54 (21.48% from 255) = 21.34%

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

R = 22.92%
G = 21.34%
B = 55.73%

CMYK

 C value IS 0.59

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3A368D (or 0x3A368D) is known color: Dark Slate Blue. HEX triplet: 3A, 36 and 8D. RGB value is (58,54,141). Sum of RGB (Red+Green+Blue) = 58+54+141=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 141 (55.47% from 255 or 55.73% from 253); Max value from RGB is 141 - color contains mainly: blue. Hex color #3A368D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A368D is #C5C972. Grayscale: #404040. Windows color (decimal): -12962163 or 9254458. OLE color: 9254458.

HSL color Cylindrical-coordinate representation of color #3A368D: hue angle of 242.76º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A368D is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 58 54 141 -
CMYK 0.59 0.62 0 0.45
HSL 242.76º 0.45% 0.38% -
HSV(B) 242.76º 0.62% 0.55% -
XYZ 7.87 5.46 25.84 -
YUV 65.11 170.83 122.93 -
System Red Green Blue C M Y K H S L
Decimal 58 54 141 0.59 0.62 0 0.45 242.76 0.45 0.38
Hex 3A 36 8D 3B 3E 0 2D F3 2D 26
Octal 72 66 215 73 76 0 55 363 55 46
Binary 111010 110110 10001101 111011 111110 0 101101 11110011 101101 100110

Color Harmonies of #3A368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A368D

Black with #3A368D

Text Example


Text Example

White with #3A368D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A368D; }

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

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

background-color css

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

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

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

border-color css

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

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

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