#383092

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

Shades of Dark Slate Blue #383092

Tints of Dark Slate Blue #383092

Color information

#383092 (or 0x383092) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 30 and 92. RGB value is (56,48,146). Sum of RGB (Red+Green+Blue) = 56+48+146=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #383092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383092 is #C7CF6D. Grayscale: #3D3D3D. Windows color (decimal): -13094766 or 9580600. OLE color: 9580600.

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

Color convert

RGB5648146-
CMYK0.620.6700.43
HSL244.9º50.52%38.04%-
HSV(B)244.9º67.12%57.25%-
XYZ7.885.0327.75-
YUV61.56175.65124.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.4%
GREEN value IS 48 (19.14% from 255) = 19.2%
BLUE value IS 146 (57.42% from 255) = 58.4%
R=22.4%
G=19.2%
B=58.4%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal56481460.620.6700.43244.950.5238.04
Hex3830923E4302Bf53326
Octal7060222761030533656346
Binary111000110000100100101111101000011010101111110101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383092; }

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

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

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

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

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

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

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

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