Html Css Color HEX #39348D Dark Slate Blue

📋 copy color: '#39348D'

red 57 ◦ green 52 ◦ blue 141

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

Shades of Dark Slate Blue #39348D

Tints of Dark Slate Blue #39348D

RGB

 RED value IS 57 (22.66% from 255) = 22.8%

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

 BLUE value IS 141 (55.47% from 255) = 56.4%

R = 22.8%
G = 20.8%
B = 56.4%

CMYK

 C value IS 0.60

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#39348D (or 0x39348D) is known color: Dark Slate Blue. HEX triplet: 39, 34 and 8D. RGB value is (57,52,141). Sum of RGB (Red+Green+Blue) = 57+52+141=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #39348D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39348D is #C6CB72. Grayscale: #3F3F3F. Windows color (decimal): -13028211 or 9253945. OLE color: 9253945.

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

Color convert

RGB 57 52 141 -
CMYK 0.60 0.63 0 0.45
HSL 243.37º 0.46% 0.38% -
HSV(B) 243.37º 0.63% 0.55% -
XYZ 7.72 5.25 25.81 -
YUV 63.64 171.66 123.26 -
System Red Green Blue C M Y K H S L
Decimal 57 52 141 0.60 0.63 0 0.45 243.37 0.46 0.38
Hex 39 34 8D 3C 3F 0 2D F3 2E 26
Octal 71 64 215 74 77 0 55 363 56 46
Binary 111001 110100 10001101 111100 111111 0 101101 11110011 101110 100110

Color Harmonies of #39348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39348D

Black with #39348D

Text Example


Text Example

White with #39348D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39348D; }

 p { color: rgb(57,52,141); }

 H1.HeaderClassName
 {
   color: #39348D;
 }
 .AnyTagClassName
 {
   color: #39348D;
 }
</style>

background-color css

<style>
 a { background-color: #39348D; }

 a { background-color: rgb(57,52,141); }

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

border-color css

<style>
 span { border-color: #39348D; }

 span { border-color: rgb(57,52,141); }

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