Html Css Color HEX #38288B Dark Slate Blue

📋 copy color: '#38288B'

red 56 ◦ green 40 ◦ blue 139

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

Shades of Dark Slate Blue #38288B

Tints of Dark Slate Blue #38288B

RGB

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

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

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

R = 23.83%
G = 17.02%
B = 59.15%

CMYK

 C value IS 0.60

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38288B (or 0x38288B) is known color: Dark Slate Blue. HEX triplet: 38, 28 and 8B. RGB value is (56,40,139). Sum of RGB (Red+Green+Blue) = 56+40+139=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 139 (54.69% from 255 or 59.15% from 235); Max value from RGB is 139 - color contains mainly: blue. Hex color #38288B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38288B is #C7D774. Grayscale: #373737. Windows color (decimal): -13096821 or 9119800. OLE color: 9119800.

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

Color convert

RGB 56 40 139 -
CMYK 0.60 0.71 0 0.45
HSL 249.7º 0.55% 0.35% -
HSV(B) 249.7º 0.71% 0.55% -
XYZ 7.05 4.22 24.87 -
YUV 56.07 174.8 127.95 -
System Red Green Blue C M Y K H S L
Decimal 56 40 139 0.60 0.71 0 0.45 249.7 0.55 0.35
Hex 38 28 8B 3C 47 0 2D FA 37 23
Octal 70 50 213 74 107 0 55 372 67 43
Binary 111000 101000 10001011 111100 1000111 0 101101 11111010 110111 100011

Color Harmonies of #38288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38288B

Black with #38288B

Text Example


Text Example

White with #38288B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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