#383F98

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

Shades of Dark Slate Blue #383F98

Tints of Dark Slate Blue #383F98

Color information

#383F98 (or 0x383F98) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 3F and 98. RGB value is (56,63,152). Sum of RGB (Red+Green+Blue) = 56+63+152=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 152 (59.77% from 255 or 56.09% from 271); Max value from RGB is 152 - color contains mainly: blue. Hex color #383F98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383F98 is #C7C067. Grayscale: #464646. Windows color (decimal): -13090920 or 9977656. OLE color: 9977656.

HSL color Cylindrical-coordinate representation of color #383F98: hue angle of 235.62º 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 #383F98 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5663152-
CMYK0.630.5900.40
HSL235.62º46.15%40.78%-
HSV(B)235.62º63.16%59.61%-
XYZ9.086.6630.51-
YUV71.05173.68117.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.66%
GREEN value IS 63 (25% from 255) = 23.25%
BLUE value IS 152 (59.77% from 255) = 56.09%
R=20.66%
G=23.25%
B=56.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal56631520.630.5900.40235.6246.1540.78
Hex383F983F3B028ec2e29
Octal707723077730503545651
Binary11100011111110011000111111111011010100011101100101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383F98; }

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

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

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

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

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

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

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

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