Html Css Color HEX #3A2F92 Dark Slate Blue

📋 copy color: '#3A2F92'

red 58 ◦ green 47 ◦ blue 146

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

Shades of Dark Slate Blue #3A2F92

Tints of Dark Slate Blue #3A2F92

RGB

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

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

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

R = 23.11%
G = 18.73%
B = 58.17%

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

#3A2F92 (or 0x3A2F92) is known color: Dark Slate Blue. HEX triplet: 3A, 2F and 92. RGB value is (58,47,146). Sum of RGB (Red+Green+Blue) = 58+47+146=251 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.11% from 251); Green value is 47 (18.75% from 255 or 18.73% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #3A2F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2F92 is #C5D06D. Grayscale: #3D3D3D. Windows color (decimal): -12963950 or 9580346. OLE color: 9580346.

HSL color Cylindrical-coordinate representation of color #3A2F92: hue angle of 246.67º degrees, saturation: 0.51, 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 #3A2F92 is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 58 47 146 -
CMYK 0.60 0.68 0 0.43
HSL 246.67º 0.51% 0.38% -
HSV(B) 246.67º 0.68% 0.57% -
XYZ 7.95 5.01 27.74 -
YUV 61.58 175.64 125.45 -
System Red Green Blue C M Y K H S L
Decimal 58 47 146 0.60 0.68 0 0.43 246.67 0.51 0.38
Hex 3A 2F 92 3C 44 0 2B F7 33 26
Octal 72 57 222 74 104 0 53 367 63 46
Binary 111010 101111 10010010 111100 1000100 0 101011 11110111 110011 100110

Color Harmonies of #3A2F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2F92

Black with #3A2F92

Text Example


Text Example

White with #3A2F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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