Html Css Color HEX #38288F Dark Slate Blue

📋 copy color: '#38288F'

red 56 ◦ green 40 ◦ blue 143

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

Shades of Dark Slate Blue #38288F

Tints of Dark Slate Blue #38288F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.74%

 BLUE value IS 143 (56.25% from 255) = 59.83%

R = 23.43%
G = 16.74%
B = 59.83%

CMYK

 C value IS 0.61

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#38288F (or 0x38288F) is known color: Dark Slate Blue. HEX triplet: 38, 28 and 8F. RGB value is (56,40,143). Sum of RGB (Red+Green+Blue) = 56+40+143=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 143 (56.25% from 255 or 59.83% from 239); Max value from RGB is 143 - color contains mainly: blue. Hex color #38288F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38288F is #C7D770. Grayscale: #383838. Windows color (decimal): -13096817 or 9381944. OLE color: 9381944.

HSL color Cylindrical-coordinate representation of color #38288F: hue angle of 249.32º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38288F is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 40 143 -
CMYK 0.61 0.72 0 0.44
HSL 249.32º 0.56% 0.36% -
HSV(B) 249.32º 0.72% 0.56% -
XYZ 7.35 4.34 26.44 -
YUV 56.53 176.8 127.62 -
System Red Green Blue C M Y K H S L
Decimal 56 40 143 0.61 0.72 0 0.44 249.32 0.56 0.36
Hex 38 28 8F 3D 48 0 2C F9 38 24
Octal 70 50 217 75 110 0 54 371 70 44
Binary 111000 101000 10001111 111101 1001000 0 101100 11111001 111000 100100

Color Harmonies of #38288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38288F

Black with #38288F

Text Example


Text Example

White with #38288F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38288F; }

 p { color: rgb(56,40,143); }

 H1.HeaderClassName
 {
   color: #38288F;
 }
 .AnyTagClassName
 {
   color: #38288F;
 }
</style>

background-color css

<style>
 a { background-color: #38288F; }

 a { background-color: rgb(56,40,143); }

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

border-color css

<style>
 span { border-color: #38288F; }

 span { border-color: rgb(56,40,143); }

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