Html Css Color HEX #3B3188 Dark Slate Blue

📋 copy color: '#3B3188'

red 59 ◦ green 49 ◦ blue 136

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

Shades of Dark Slate Blue #3B3188

Tints of Dark Slate Blue #3B3188

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.08%

 BLUE value IS 136 (53.52% from 255) = 55.74%

R = 24.18%
G = 20.08%
B = 55.74%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3B3188 (or 0x3B3188) is known color: Dark Slate Blue. HEX triplet: 3B, 31 and 88. RGB value is (59,49,136). Sum of RGB (Red+Green+Blue) = 59+49+136=244 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.18% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 136 (53.52% from 255 or 55.74% from 244); Max value from RGB is 136 - color contains mainly: blue. Hex color #3B3188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3188 is #C4CE77. Grayscale: #3D3D3D. Windows color (decimal): -12897912 or 8925499. OLE color: 8925499.

HSL color Cylindrical-coordinate representation of color #3B3188: hue angle of 246.9º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3B3188 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 59 49 136 -
CMYK 0.57 0.64 0 0.47
HSL 246.9º 0.47% 0.36% -
HSV(B) 246.9º 0.64% 0.53% -
XYZ 7.35 4.9 23.85 -
YUV 61.91 169.81 125.93 -
System Red Green Blue C M Y K H S L
Decimal 59 49 136 0.57 0.64 0 0.47 246.9 0.47 0.36
Hex 3B 31 88 39 40 0 2F F7 2F 24
Octal 73 61 210 71 100 0 57 367 57 44
Binary 111011 110001 10001000 111001 1000000 0 101111 11110111 101111 100100

Color Harmonies of #3B3188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3188

Black with #3B3188

Text Example


Text Example

White with #3B3188

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,49,136); }

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

background-color css

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

 a { background-color: rgb(59,49,136); }

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

border-color css

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

 span { border-color: rgb(59,49,136); }

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