Html Css Color HEX #3B2F93 Dark Slate Blue

📋 copy color: '#3B2F93'

red 59 ◦ green 47 ◦ blue 147

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

Shades of Dark Slate Blue #3B2F93

Tints of Dark Slate Blue #3B2F93

RGB

 RED value IS 59 (23.44% from 255) = 23.32%

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

 BLUE value IS 147 (57.81% from 255) = 58.1%

R = 23.32%
G = 18.58%
B = 58.1%

CMYK

 C value IS 0.60

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3B2F93 (or 0x3B2F93) is known color: Dark Slate Blue. HEX triplet: 3B, 2F and 93. RGB value is (59,47,147). Sum of RGB (Red+Green+Blue) = 59+47+147=253 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.32% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #3B2F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2F93 is #C4D06C. Grayscale: #3D3D3D. Windows color (decimal): -12898413 or 9645883. OLE color: 9645883.

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

Color convert

RGB 59 47 147 -
CMYK 0.60 0.68 0 0.42
HSL 247.2º 0.52% 0.38% -
HSV(B) 247.2º 0.68% 0.58% -
XYZ 8.09 5.07 28.16 -
YUV 61.99 175.98 125.87 -
System Red Green Blue C M Y K H S L
Decimal 59 47 147 0.60 0.68 0 0.42 247.2 0.52 0.38
Hex 3B 2F 93 3C 44 0 2A F7 34 26
Octal 73 57 223 74 104 0 52 367 64 46
Binary 111011 101111 10010011 111100 1000100 0 101010 11110111 110100 100110

Color Harmonies of #3B2F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2F93

Black with #3B2F93

Text Example


Text Example

White with #3B2F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,47,147); }

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

background-color css

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

 a { background-color: rgb(59,47,147); }

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

border-color css

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

 span { border-color: rgb(59,47,147); }

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