Html Css Color HEX #3B2D90 Dark Slate Blue

📋 copy color: '#3B2D90'

red 59 ◦ green 45 ◦ blue 144

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

Shades of Dark Slate Blue #3B2D90

Tints of Dark Slate Blue #3B2D90

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.15%

 BLUE value IS 144 (56.64% from 255) = 58.06%

R = 23.79%
G = 18.15%
B = 58.06%

CMYK

 C value IS 0.59

 M value IS 0.69

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3B2D90 (or 0x3B2D90) is known color: Dark Slate Blue. HEX triplet: 3B, 2D and 90. RGB value is (59,45,144). Sum of RGB (Red+Green+Blue) = 59+45+144=248 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.79% from 248); Green value is 45 (17.97% from 255 or 18.15% from 248); Blue value is 144 (56.64% from 255 or 58.06% from 248); Max value from RGB is 144 - color contains mainly: blue. Hex color #3B2D90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2D90 is #C4D26F. Grayscale: #3C3C3C. Windows color (decimal): -12898928 or 9448763. OLE color: 9448763.

HSL color Cylindrical-coordinate representation of color #3B2D90: hue angle of 248.48º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B2D90 is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 59 45 144 -
CMYK 0.59 0.69 0 0.44
HSL 248.48º 0.52% 0.37% -
HSV(B) 248.48º 0.69% 0.56% -
XYZ 7.78 4.82 26.91 -
YUV 60.47 175.14 126.95 -
System Red Green Blue C M Y K H S L
Decimal 59 45 144 0.59 0.69 0 0.44 248.48 0.52 0.37
Hex 3B 2D 90 3B 45 0 2C F8 34 25
Octal 73 55 220 73 105 0 54 370 64 45
Binary 111011 101101 10010000 111011 1000101 0 101100 11111000 110100 100101

Color Harmonies of #3B2D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2D90

Black with #3B2D90

Text Example


Text Example

White with #3B2D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,45,144); }

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

background-color css

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

 a { background-color: rgb(59,45,144); }

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

border-color css

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

 span { border-color: rgb(59,45,144); }

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