#383998

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

Shades of Dark Slate Blue #383998

Tints of Dark Slate Blue #383998

Color information

#383998 (or 0x383998) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 39 and 98. RGB value is (56,57,152). Sum of RGB (Red+Green+Blue) = 56+57+152=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 152 (59.77% from 255 or 57.36% from 265); Max value from RGB is 152 - color contains mainly: blue. Hex color #383998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383998 is #C7C667. Grayscale: #434343. Windows color (decimal): -13092456 or 9976120. OLE color: 9976120.

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

Color convert

RGB5657152-
CMYK0.630.6200.40
HSL239.38º46.15%40.78%-
HSV(B)239.38º63.16%59.61%-
XYZ8.766.0330.41-
YUV67.53175.67119.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.13%
GREEN value IS 57 (22.66% from 255) = 21.51%
BLUE value IS 152 (59.77% from 255) = 57.36%
R=21.13%
G=21.51%
B=57.36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal56571520.630.6200.40239.3846.1540.78
Hex3839983F3E028ef2e29
Octal707123077760503575651
Binary11100011100110011000111111111110010100011101111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383998; }

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

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

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

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

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

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

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

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