Html Css Color HEX #3B3899 Dark Slate Blue

📋 copy color: '#3B3899'

red 59 ◦ green 56 ◦ blue 153

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

Shades of Dark Slate Blue #3B3899

Tints of Dark Slate Blue #3B3899

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.9%

 BLUE value IS 153 (60.16% from 255) = 57.09%

R = 22.01%
G = 20.9%
B = 57.09%

CMYK

 C value IS 0.61

 M value IS 0.63

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3B3899 (or 0x3B3899) is known color: Dark Slate Blue. HEX triplet: 3B, 38 and 99. RGB value is (59,56,153). Sum of RGB (Red+Green+Blue) = 59+56+153=268 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.01% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #3B3899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3899 is #C4C766. Grayscale: #434343. Windows color (decimal): -12896103 or 10041403. OLE color: 10041403.

HSL color Cylindrical-coordinate representation of color #3B3899: hue angle of 241.86º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B3899 is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 59 56 153 -
CMYK 0.61 0.63 0 0.4
HSL 241.86º 0.46% 0.41% -
HSV(B) 241.86º 0.63% 0.6% -
XYZ 8.97 6.06 30.83 -
YUV 67.96 175.99 121.61 -
System Red Green Blue C M Y K H S L
Decimal 59 56 153 0.61 0.63 0 0.4 241.86 0.46 0.41
Hex 3B 38 99 3D 3F 0 28 F2 2E 29
Octal 73 70 231 75 77 0 50 362 56 51
Binary 111011 111000 10011001 111101 111111 0 101000 11110010 101110 101001

Color Harmonies of #3B3899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3899

Black with #3B3899

Text Example


Text Example

White with #3B3899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,56,153); }

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

background-color css

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

 a { background-color: rgb(59,56,153); }

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

border-color css

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

 span { border-color: rgb(59,56,153); }

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