Html Css Color HEX #38308D Dark Slate Blue

📋 copy color: '#38308D'

red 56 ◦ green 48 ◦ blue 141

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

Shades of Dark Slate Blue #38308D

Tints of Dark Slate Blue #38308D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.59%

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

R = 22.86%
G = 19.59%
B = 57.55%

CMYK

 C value IS 0.60

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38308D (or 0x38308D) is known color: Dark Slate Blue. HEX triplet: 38, 30 and 8D. RGB value is (56,48,141). Sum of RGB (Red+Green+Blue) = 56+48+141=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 141 (55.47% from 255 or 57.55% from 245); Max value from RGB is 141 - color contains mainly: blue. Hex color #38308D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38308D is #C7CF72. Grayscale: #3C3C3C. Windows color (decimal): -13094771 or 9252920. OLE color: 9252920.

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

Color convert

RGB 56 48 141 -
CMYK 0.60 0.66 0 0.45
HSL 245.16º 0.49% 0.37% -
HSV(B) 245.16º 0.66% 0.55% -
XYZ 7.5 4.88 25.75 -
YUV 60.99 173.15 124.44 -
System Red Green Blue C M Y K H S L
Decimal 56 48 141 0.60 0.66 0 0.45 245.16 0.49 0.37
Hex 38 30 8D 3C 42 0 2D F5 31 25
Octal 70 60 215 74 102 0 55 365 61 45
Binary 111000 110000 10001101 111100 1000010 0 101101 11110101 110001 100101

Color Harmonies of #38308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38308D

Black with #38308D

Text Example


Text Example

White with #38308D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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