#383598

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

Shades of Dark Slate Blue #383598

Tints of Dark Slate Blue #383598

Color information

#383598 (or 0x383598) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 35 and 98. RGB value is (56,53,152). Sum of RGB (Red+Green+Blue) = 56+53+152=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 152 (59.77% from 255 or 58.24% from 261); Max value from RGB is 152 - color contains mainly: blue. Hex color #383598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383598 is #C7CA67. Grayscale: #404040. Windows color (decimal): -13093480 or 9975096. OLE color: 9975096.

HSL color Cylindrical-coordinate representation of color #383598: hue angle of 241.82º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #383598 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5653152-
CMYK0.630.6500.40
HSL241.82º48.29%40.2%-
HSV(B)241.82º65.13%59.61%-
XYZ8.575.6530.35-
YUV65.18176.99121.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.46%
GREEN value IS 53 (21.09% from 255) = 20.31%
BLUE value IS 152 (59.77% from 255) = 58.24%
R=21.46%
G=20.31%
B=58.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal56531520.630.6500.40241.8248.2940.2
Hex3835983F41028f23028
Octal7065230771010503626050
Binary111000110101100110001111111000001010100011110010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383598; }

 p { color: rgb(56,53,152); }

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

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

 a { background-color: rgb(56,53,152); }

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

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

 span { border-color: rgb(56,53,152); }

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