Html Css Color HEX #3A2E92 Dark Slate Blue

📋 copy color: '#3A2E92'

red 58 ◦ green 46 ◦ blue 146

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

Shades of Dark Slate Blue #3A2E92

Tints of Dark Slate Blue #3A2E92

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.4%

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

R = 23.2%
G = 18.4%
B = 58.4%

CMYK

 C value IS 0.60

 M value IS 0.68

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3A2E92 (or 0x3A2E92) is known color: Dark Slate Blue. HEX triplet: 3A, 2E and 92. RGB value is (58,46,146). Sum of RGB (Red+Green+Blue) = 58+46+146=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 46 (18.36% from 255 or 18.4% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #3A2E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2E92 is #C5D16D. Grayscale: #3C3C3C. Windows color (decimal): -12964206 or 9580090. OLE color: 9580090.

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

Color convert

RGB 58 46 146 -
CMYK 0.60 0.68 0 0.43
HSL 247.2º 0.52% 0.38% -
HSV(B) 247.2º 0.68% 0.57% -
XYZ 7.91 4.93 27.73 -
YUV 60.99 175.98 125.87 -
System Red Green Blue C M Y K H S L
Decimal 58 46 146 0.60 0.68 0 0.43 247.2 0.52 0.38
Hex 3A 2E 92 3C 44 0 2B F7 34 26
Octal 72 56 222 74 104 0 53 367 64 46
Binary 111010 101110 10010010 111100 1000100 0 101011 11110111 110100 100110

Color Harmonies of #3A2E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2E92

Black with #3A2E92

Text Example


Text Example

White with #3A2E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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