#383A9C

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

Shades of Dark Slate Blue #383A9C

Tints of Dark Slate Blue #383A9C

Color information

#383A9C (or 0x383A9C) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 3A and 9C. RGB value is (56,58,156). Sum of RGB (Red+Green+Blue) = 56+58+156=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 156 (61.33% from 255 or 57.78% from 270); Max value from RGB is 156 - color contains mainly: blue. Hex color #383A9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383A9C is #C7C563. Grayscale: #444444. Windows color (decimal): -13092196 or 10238520. OLE color: 10238520.

HSL color Cylindrical-coordinate representation of color #383A9C: hue angle of 238.8º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #383A9C is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5658156-
CMYK0.640.6300.39
HSL238.8º47.17%41.57%-
HSV(B)238.8º64.1%61.18%-
XYZ9.146.2732.18-
YUV68.57177.34119.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.74%
GREEN value IS 58 (23.05% from 255) = 21.48%
BLUE value IS 156 (61.33% from 255) = 57.78%
R=20.74%
G=21.48%
B=57.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal56581560.640.6300.39238.847.1741.57
Hex383A9C403F027ef2f2a
Octal7072234100770473575752
Binary111000111010100111001000000111111010011111101111101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,58,156); }

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

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

 a { background-color: rgb(56,58,156); }

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

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

 span { border-color: rgb(56,58,156); }

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