#3b2f94

Color #3B2F94 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #3B2F94

Tints of Dark Slate Blue #3B2F94

Color information

#3B2F94 (or 0x3B2F94) is unknown color: approx Dark Slate Blue. HEX triplet: 3B, 2F and 94. RGB value is (59,47,148). Sum of RGB (Red+Green+Blue) = 59+47+148=254 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.23% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 148 (58.20% from 255 or 58.27% from 254); Max value from RGB is 148 - color contains mainly: blue. Hex color #3B2F94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2F94 is #C4D06B. Grayscale: #3D3D3D. Windows color (decimal): -12898412 or 9711419. OLE color: 9711419.

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

Color convert

RGB5947148-
CMYK0.600.6800.42
HSL247.13º51.79%38.24%-
HSV(B)247.13º68.24%58.04%-
XYZ8.175.128.57-
YUV62.1176.48125.79-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.23%
GREEN value IS 47 (18.75% from 255) = 18.50%
BLUE value IS 148 (58.20% from 255) = 58.27%
R=23.23%
G=18.50%
B=58.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal59471480.600.6800.42247.1351.7938.24
Hex3B2F943C4402Af73426
Octal7357224741040523676446
Binary111011101111100101001111001000100010101011110111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b2f94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3b2f94;
 }
 .AnyTagClassName
 {
   color: #3b2f94;
 }
</style>
background-color css

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

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

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

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

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

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