#43388E

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

Shades of Dark Slate Blue #43388E

Tints of Dark Slate Blue #43388E

Color information

#43388E (or 0x43388E) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 38 and 8E. RGB value is (67,56,142). Sum of RGB (Red+Green+Blue) = 67+56+142=265 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.28% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 142 (55.86% from 255 or 53.58% from 265); Max value from RGB is 142 - color contains mainly: blue. Hex color #43388E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43388E is #BCC771. Grayscale: #444444. Windows color (decimal): -12371826 or 9320515. OLE color: 9320515.

HSL color Cylindrical-coordinate representation of color #43388E: hue angle of 247.67º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #43388E is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6756142-
CMYK0.530.6100.44
HSL247.67º43.43%38.82%-
HSV(B)247.67º60.56%55.69%-
XYZ8.615.9726.29-
YUV69.09169.14126.51-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.28%
GREEN value IS 56 (22.27% from 255) = 21.13%
BLUE value IS 142 (55.86% from 255) = 53.58%
R=25.28%
G=21.13%
B=53.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal67561420.530.6100.44247.6743.4338.82
Hex43388E353D02Cf82b27
Octal1037021665750543705347
Binary100001111100010001110110101111101010110011111000101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43388E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43388E; }

 p { color: rgb(67,56,142); }

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

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

 a { background-color: rgb(67,56,142); }

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

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

 span { border-color: rgb(67,56,142); }

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