Html Css Color HEX #3B348B Dark Slate Blue

📋 copy color: '#3B348B'

red 59 ◦ green 52 ◦ blue 139

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

Shades of Dark Slate Blue #3B348B

Tints of Dark Slate Blue #3B348B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.8%

 BLUE value IS 139 (54.69% from 255) = 55.6%

R = 23.6%
G = 20.8%
B = 55.6%

CMYK

 C value IS 0.58

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3B348B (or 0x3B348B) is known color: Dark Slate Blue. HEX triplet: 3B, 34 and 8B. RGB value is (59,52,139). Sum of RGB (Red+Green+Blue) = 59+52+139=250 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.6% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #3B348B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B348B is #C4CB74. Grayscale: #3F3F3F. Windows color (decimal): -12897141 or 9122875. OLE color: 9122875.

HSL color Cylindrical-coordinate representation of color #3B348B: hue angle of 244.83º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B348B is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 59 52 139 -
CMYK 0.58 0.63 0 0.45
HSL 244.83º 0.46% 0.37% -
HSV(B) 244.83º 0.63% 0.55% -
XYZ 7.69 5.25 25.03 -
YUV 64.01 170.32 124.43 -
System Red Green Blue C M Y K H S L
Decimal 59 52 139 0.58 0.63 0 0.45 244.83 0.46 0.37
Hex 3B 34 8B 3A 3F 0 2D F5 2E 25
Octal 73 64 213 72 77 0 55 365 56 45
Binary 111011 110100 10001011 111010 111111 0 101101 11110101 101110 100101

Color Harmonies of #3B348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B348B

Black with #3B348B

Text Example


Text Example

White with #3B348B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,52,139); }

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

background-color css

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

 a { background-color: rgb(59,52,139); }

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

border-color css

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

 span { border-color: rgb(59,52,139); }

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