#43388C

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

Shades of Dark Slate Blue #43388C

Tints of Dark Slate Blue #43388C

Color information

#43388C (or 0x43388C) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 38 and 8C. RGB value is (67,56,140). Sum of RGB (Red+Green+Blue) = 67+56+140=263 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.48% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 140 (55.08% from 255 or 53.23% from 263); Max value from RGB is 140 - color contains mainly: blue. Hex color #43388C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43388C is #BCC773. Grayscale: #444444. Windows color (decimal): -12371828 or 9189443. OLE color: 9189443.

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

Color convert

RGB6756140-
CMYK0.520.600.45
HSL247.86º42.86%38.43%-
HSV(B)247.86º60%54.9%-
XYZ8.465.9225.51-
YUV68.87168.14126.67-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.48%
GREEN value IS 56 (22.27% from 255) = 21.29%
BLUE value IS 140 (55.08% from 255) = 53.23%
R=25.48%
G=21.29%
B=53.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal67561400.520.600.45247.8642.8638.43
Hex43388C343C02Df82b26
Octal1037021464740553705346
Binary100001111100010001100110100111100010110111111000101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43388C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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