#38278F

Color #38278F Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #38278F

Tints of Dark Slate Blue #38278F

Color information

#38278F (or 0x38278F) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 27 and 8F. RGB value is (56,39,143). Sum of RGB (Red+Green+Blue) = 56+39+143=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 143 (56.25% from 255 or 60.08% from 238); Max value from RGB is 143 - color contains mainly: blue. Hex color #38278F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38278F is #C7D870. Grayscale: #373737. Windows color (decimal): -13097073 or 9381688. OLE color: 9381688.

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

Color convert

RGB5639143-
CMYK0.610.7300.44
HSL249.81º57.14%35.69%-
HSV(B)249.81º72.73%56.08%-
XYZ7.314.2726.43-
YUV55.94177.13128.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.53%
GREEN value IS 39 (15.62% from 255) = 16.39%
BLUE value IS 143 (56.25% from 255) = 60.08%
R=23.53%
G=16.39%
B=60.08%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal56391430.610.7300.44249.8157.1435.69
Hex38278F3D4902Cfa3924
Octal7047217751110543727144
Binary111000100111100011111111011001001010110011111010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38278F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #38278F;
 }
 .AnyTagClassName
 {
   color: #38278F;
 }
</style>
background-color css

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

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

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

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

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

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