#38399C

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

Shades of Dark Slate Blue #38399C

Tints of Dark Slate Blue #38399C

Color information

#38399C (or 0x38399C) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 39 and 9C. RGB value is (56,57,156). Sum of RGB (Red+Green+Blue) = 56+57+156=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 156 (61.33% from 255 or 57.99% from 269); Max value from RGB is 156 - color contains mainly: blue. Hex color #38399C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38399C is #C7C663. Grayscale: #434343. Windows color (decimal): -13092452 or 10238264. OLE color: 10238264.

HSL color Cylindrical-coordinate representation of color #38399C: hue angle of 239.4º 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 #38399C is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5657156-
CMYK0.640.6300.39
HSL239.4º47.17%41.57%-
HSV(B)239.4º64.1%61.18%-
XYZ9.096.1732.16-
YUV67.99177.67119.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.82%
GREEN value IS 57 (22.66% from 255) = 21.19%
BLUE value IS 156 (61.33% from 255) = 57.99%
R=20.82%
G=21.19%
B=57.99%

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
Decimal56571560.640.6300.39239.447.1741.57
Hex38399C403F027ef2f2a
Octal7071234100770473575752
Binary111000111001100111001000000111111010011111101111101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38399C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38399C; }

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

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

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

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

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

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

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

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