Html Css Color HEX #3A3C92 Dark Slate Blue

📋 copy color: '#3A3C92'

red 58 ◦ green 60 ◦ blue 146

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

Shades of Dark Slate Blue #3A3C92

Tints of Dark Slate Blue #3A3C92

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.73%

 BLUE value IS 146 (57.42% from 255) = 55.3%

R = 21.97%
G = 22.73%
B = 55.3%

CMYK

 C value IS 0.60

 M value IS 0.59

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3A3C92 (or 0x3A3C92) is known color: Dark Slate Blue. HEX triplet: 3A, 3C and 92. RGB value is (58,60,146). Sum of RGB (Red+Green+Blue) = 58+60+146=264 (34% of max value = 765). Red value is 58 (23.05% from 255 or 21.97% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 146 (57.42% from 255 or 55.30% from 264); Max value from RGB is 146 - color contains mainly: blue. Hex color #3A3C92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3C92 is #C5C36D. Grayscale: #444444. Windows color (decimal): -12960622 or 9583674. OLE color: 9583674.

HSL color Cylindrical-coordinate representation of color #3A3C92: hue angle of 238.64º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A3C92 is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 58 60 146 -
CMYK 0.60 0.59 0 0.43
HSL 238.64º 0.43% 0.4% -
HSV(B) 238.64º 0.6% 0.57% -
XYZ 8.55 6.21 27.94 -
YUV 69.21 171.34 120.01 -
System Red Green Blue C M Y K H S L
Decimal 58 60 146 0.60 0.59 0 0.43 238.64 0.43 0.4
Hex 3A 3C 92 3C 3B 0 2B EF 2B 28
Octal 72 74 222 74 73 0 53 357 53 50
Binary 111010 111100 10010010 111100 111011 0 101011 11101111 101011 101000

Color Harmonies of #3A3C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3C92

Black with #3A3C92

Text Example


Text Example

White with #3A3C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,60,146); }

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

background-color css

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

 a { background-color: rgb(58,60,146); }

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

border-color css

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

 span { border-color: rgb(58,60,146); }

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