Html Css Color HEX #38288C Dark Slate Blue

📋 copy color: '#38288C'

red 56 ◦ green 40 ◦ blue 140

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

Shades of Dark Slate Blue #38288C

Tints of Dark Slate Blue #38288C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 59.32%

R = 23.73%
G = 16.95%
B = 59.32%

CMYK

 C value IS 0.6

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38288C (or 0x38288C) is known color: Dark Slate Blue. HEX triplet: 38, 28 and 8C. RGB value is (56,40,140). Sum of RGB (Red+Green+Blue) = 56+40+140=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 140 (55.08% from 255 or 59.32% from 236); Max value from RGB is 140 - color contains mainly: blue. Hex color #38288C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38288C is #C7D773. Grayscale: #373737. Windows color (decimal): -13096820 or 9185336. OLE color: 9185336.

HSL color Cylindrical-coordinate representation of color #38288C: hue angle of 249.6º degrees, saturation: 0.56, 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 #38288C is Cyan = 0.6, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 40 140 -
CMYK 0.6 0.71 0 0.45
HSL 249.6º 0.56% 0.35% -
HSV(B) 249.6º 0.71% 0.55% -
XYZ 7.12 4.25 25.26 -
YUV 56.18 175.3 127.87 -
System Red Green Blue C M Y K H S L
Decimal 56 40 140 0.6 0.71 0 0.45 249.6 0.56 0.35
Hex 38 28 8C 3C 47 0 2D FA 38 23
Octal 70 50 214 74 107 0 55 372 70 43
Binary 111000 101000 10001100 111100 1000111 0 101101 11111010 111000 100011

Color Harmonies of #38288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38288C

Black with #38288C

Text Example


Text Example

White with #38288C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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