#383492

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

Shades of Dark Slate Blue #383492

Tints of Dark Slate Blue #383492

Color information

#383492 (or 0x383492) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 34 and 92. RGB value is (56,52,146). Sum of RGB (Red+Green+Blue) = 56+52+146=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 146 (57.42% from 255 or 57.48% from 254); Max value from RGB is 146 - color contains mainly: blue. Hex color #383492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383492 is #C7CB6D. Grayscale: #3F3F3F. Windows color (decimal): -13093742 or 9581624. OLE color: 9581624.

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

Color convert

RGB5652146-
CMYK0.620.6400.43
HSL242.55º47.47%38.82%-
HSV(B)242.55º64.38%57.25%-
XYZ8.055.3727.81-
YUV63.91174.33122.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.05%
GREEN value IS 52 (20.70% from 255) = 20.47%
BLUE value IS 146 (57.42% from 255) = 57.48%
R=22.05%
G=20.47%
B=57.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal56521460.620.6400.43242.5547.4738.82
Hex3834923E4002Bf32f27
Octal7064222761000533635747
Binary111000110100100100101111101000000010101111110011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383492; }

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

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

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

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

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

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

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

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