#382F92

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

Shades of Dark Slate Blue #382F92

Tints of Dark Slate Blue #382F92

Color information

#382F92 (or 0x382F92) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 2F and 92. RGB value is (56,47,146). Sum of RGB (Red+Green+Blue) = 56+47+146=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 47 (18.75% from 255 or 18.88% from 249); Blue value is 146 (57.42% from 255 or 58.63% from 249); Max value from RGB is 146 - color contains mainly: blue. Hex color #382F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382F92 is #C7D06D. Grayscale: #3C3C3C. Windows color (decimal): -13095022 or 9580344. OLE color: 9580344.

HSL color Cylindrical-coordinate representation of color #382F92: hue angle of 245.45º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #382F92 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5647146-
CMYK0.620.6800.43
HSL245.45º51.3%37.84%-
HSV(B)245.45º67.81%57.25%-
XYZ7.844.9527.74-
YUV60.98175.98124.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.49%
GREEN value IS 47 (18.75% from 255) = 18.88%
BLUE value IS 146 (57.42% from 255) = 58.63%
R=22.49%
G=18.88%
B=58.63%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal56471460.620.6800.43245.4551.337.84
Hex382F923E4402Bf53326
Octal7057222761040533656346
Binary111000101111100100101111101000100010101111110101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382F92; }

 p { color: rgb(56,47,146); }

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

<style>
 a { background-color: #382F92; }

 a { background-color: rgb(56,47,146); }

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

<style>
 span { border-color: #382F92; }

 span { border-color: rgb(56,47,146); }

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