#38338C

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

Shades of Dark Slate Blue #38338C

Tints of Dark Slate Blue #38338C

Color information

#38338C (or 0x38338C) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 33 and 8C. RGB value is (56,51,140). Sum of RGB (Red+Green+Blue) = 56+51+140=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 140 (55.08% from 255 or 56.68% from 247); Max value from RGB is 140 - color contains mainly: blue. Hex color #38338C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38338C is #C7CC73. Grayscale: #3E3E3E. Windows color (decimal): -13094004 or 9188152. OLE color: 9188152.

HSL color Cylindrical-coordinate representation of color #38338C: hue angle of 243.37º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38338C is Cyan = 0.6, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5651140-
CMYK0.60.6400.45
HSL243.37º46.6%37.45%-
HSV(B)243.37º63.57%54.9%-
XYZ7.555.125.4-
YUV62.64171.66123.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.67%
GREEN value IS 51 (20.31% from 255) = 20.65%
BLUE value IS 140 (55.08% from 255) = 56.68%
R=22.67%
G=20.65%
B=56.68%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal56511400.60.6400.45243.3746.637.45
Hex38338C3C4002Df32f25
Octal7063214741000553635745
Binary111000110011100011001111001000000010110111110011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38338C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,51,140); }

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

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

 a { background-color: rgb(56,51,140); }

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

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

 span { border-color: rgb(56,51,140); }

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