Html Css Color HEX #3B3290 Dark Slate Blue

📋 copy color: '#3B3290'

red 59 ◦ green 50 ◦ blue 144

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

Shades of Dark Slate Blue #3B3290

Tints of Dark Slate Blue #3B3290

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.76%

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

R = 23.32%
G = 19.76%
B = 56.92%

CMYK

 C value IS 0.59

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3B3290 (or 0x3B3290) is known color: Dark Slate Blue. HEX triplet: 3B, 32 and 90. RGB value is (59,50,144). Sum of RGB (Red+Green+Blue) = 59+50+144=253 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.32% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 144 (56.64% from 255 or 56.92% from 253); Max value from RGB is 144 - color contains mainly: blue. Hex color #3B3290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3290 is #C4CD6F. Grayscale: #3F3F3F. Windows color (decimal): -12897648 or 9450043. OLE color: 9450043.

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

Color convert

RGB 59 50 144 -
CMYK 0.59 0.65 0 0.44
HSL 245.74º 0.48% 0.38% -
HSV(B) 245.74º 0.65% 0.56% -
XYZ 7.98 5.22 26.97 -
YUV 63.41 173.48 124.86 -
System Red Green Blue C M Y K H S L
Decimal 59 50 144 0.59 0.65 0 0.44 245.74 0.48 0.38
Hex 3B 32 90 3B 41 0 2C F6 30 26
Octal 73 62 220 73 101 0 54 366 60 46
Binary 111011 110010 10010000 111011 1000001 0 101100 11110110 110000 100110

Color Harmonies of #3B3290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3290

Black with #3B3290

Text Example


Text Example

White with #3B3290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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