Html Css Color HEX #38258D Dark Slate Blue

📋 copy color: '#38258D'

red 56 ◦ green 37 ◦ blue 141

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

Shades of Dark Slate Blue #38258D

Tints of Dark Slate Blue #38258D

RGB

 RED value IS 56 (22.27% from 255) = 23.93%

 GREEN value IS 37 (14.84% from 255) = 15.81%

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

R = 23.93%
G = 15.81%
B = 60.26%

CMYK

 C value IS 0.60

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38258D (or 0x38258D) is known color: Dark Slate Blue. HEX triplet: 38, 25 and 8D. RGB value is (56,37,141). Sum of RGB (Red+Green+Blue) = 56+37+141=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 141 (55.47% from 255 or 60.26% from 234); Max value from RGB is 141 - color contains mainly: blue. Hex color #38258D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38258D is #C7DA72. Grayscale: #363636. Windows color (decimal): -13097587 or 9250104. OLE color: 9250104.

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

Color convert

RGB 56 37 141 -
CMYK 0.60 0.74 0 0.45
HSL 250.96º 0.58% 0.35% -
HSV(B) 250.96º 0.74% 0.55% -
XYZ 7.1 4.09 25.61 -
YUV 54.54 176.79 129.04 -
System Red Green Blue C M Y K H S L
Decimal 56 37 141 0.60 0.74 0 0.45 250.96 0.58 0.35
Hex 38 25 8D 3C 4A 0 2D FB 3A 23
Octal 70 45 215 74 112 0 55 373 72 43
Binary 111000 100101 10001101 111100 1001010 0 101101 11111011 111010 100011

Color Harmonies of #38258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38258D

Black with #38258D

Text Example


Text Example

White with #38258D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,37,141); }

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

background-color css

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

 a { background-color: rgb(56,37,141); }

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

border-color css

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

 span { border-color: rgb(56,37,141); }

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