Html Css Color HEX #38328D Dark Slate Blue

📋 copy color: '#38328D'

red 56 ◦ green 50 ◦ blue 141

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

Shades of Dark Slate Blue #38328D

Tints of Dark Slate Blue #38328D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.24%

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

R = 22.67%
G = 20.24%
B = 57.09%

CMYK

 C value IS 0.60

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38328D (or 0x38328D) is known color: Dark Slate Blue. HEX triplet: 38, 32 and 8D. RGB value is (56,50,141). Sum of RGB (Red+Green+Blue) = 56+50+141=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 141 (55.47% from 255 or 57.09% from 247); Max value from RGB is 141 - color contains mainly: blue. Hex color #38328D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38328D is #C7CD72. Grayscale: #3D3D3D. Windows color (decimal): -13094259 or 9253432. OLE color: 9253432.

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

Color convert

RGB 56 50 141 -
CMYK 0.60 0.65 0 0.45
HSL 243.96º 0.48% 0.37% -
HSV(B) 243.96º 0.65% 0.55% -
XYZ 7.58 5.05 25.77 -
YUV 62.17 172.49 123.6 -
System Red Green Blue C M Y K H S L
Decimal 56 50 141 0.60 0.65 0 0.45 243.96 0.48 0.37
Hex 38 32 8D 3C 41 0 2D F4 30 25
Octal 70 62 215 74 101 0 55 364 60 45
Binary 111000 110010 10001101 111100 1000001 0 101101 11110100 110000 100101

Color Harmonies of #38328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38328D

Black with #38328D

Text Example


Text Example

White with #38328D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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