Html Css Color HEX #3A2F94 Dark Slate Blue

📋 copy color: '#3A2F94'

red 58 ◦ green 47 ◦ blue 148

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

Shades of Dark Slate Blue #3A2F94

Tints of Dark Slate Blue #3A2F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 58.5%

R = 22.92%
G = 18.58%
B = 58.5%

CMYK

 C value IS 0.61

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3A2F94 (or 0x3A2F94) is known color: Dark Slate Blue. HEX triplet: 3A, 2F and 94. RGB value is (58,47,148). Sum of RGB (Red+Green+Blue) = 58+47+148=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 148 (58.20% from 255 or 58.50% from 253); Max value from RGB is 148 - color contains mainly: blue. Hex color #3A2F94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2F94 is #C5D06B. Grayscale: #3D3D3D. Windows color (decimal): -12963948 or 9711418. OLE color: 9711418.

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

Color convert

RGB 58 47 148 -
CMYK 0.61 0.68 0 0.42
HSL 246.53º 0.52% 0.38% -
HSV(B) 246.53º 0.68% 0.58% -
XYZ 8.11 5.07 28.57 -
YUV 61.8 176.64 125.29 -
System Red Green Blue C M Y K H S L
Decimal 58 47 148 0.61 0.68 0 0.42 246.53 0.52 0.38
Hex 3A 2F 94 3D 44 0 2A F7 34 26
Octal 72 57 224 75 104 0 52 367 64 46
Binary 111010 101111 10010100 111101 1000100 0 101010 11110111 110100 100110

Color Harmonies of #3A2F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2F94

Black with #3A2F94

Text Example


Text Example

White with #3A2F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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