Html Css Color HEX #39358B Dark Slate Blue

📋 copy color: '#39358B'

red 57 ◦ green 53 ◦ blue 139

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

Shades of Dark Slate Blue #39358B

Tints of Dark Slate Blue #39358B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.29%

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

R = 22.89%
G = 21.29%
B = 55.82%

CMYK

 C value IS 0.59

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#39358B (or 0x39358B) is known color: Dark Slate Blue. HEX triplet: 39, 35 and 8B. RGB value is (57,53,139). Sum of RGB (Red+Green+Blue) = 57+53+139=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #39358B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39358B is #C6CA74. Grayscale: #3F3F3F. Windows color (decimal): -13027957 or 9123129. OLE color: 9123129.

HSL color Cylindrical-coordinate representation of color #39358B: hue angle of 242.79º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #39358B is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 57 53 139 -
CMYK 0.59 0.62 0 0.45
HSL 242.79º 0.45% 0.38% -
HSV(B) 242.79º 0.62% 0.55% -
XYZ 7.62 5.28 25.04 -
YUV 64 170.33 123.01 -
System Red Green Blue C M Y K H S L
Decimal 57 53 139 0.59 0.62 0 0.45 242.79 0.45 0.38
Hex 39 35 8B 3B 3E 0 2D F3 2D 26
Octal 71 65 213 73 76 0 55 363 55 46
Binary 111001 110101 10001011 111011 111110 0 101101 11110011 101101 100110

Color Harmonies of #39358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39358B

Black with #39358B

Text Example


Text Example

White with #39358B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39358B; }

 p { color: rgb(57,53,139); }

 H1.HeaderClassName
 {
   color: #39358B;
 }
 .AnyTagClassName
 {
   color: #39358B;
 }
</style>

background-color css

<style>
 a { background-color: #39358B; }

 a { background-color: rgb(57,53,139); }

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

border-color css

<style>
 span { border-color: #39358B; }

 span { border-color: rgb(57,53,139); }

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