#43367C

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

Shades of Dark Slate Blue #43367C

Tints of Dark Slate Blue #43367C

Color information

#43367C (or 0x43367C) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 36 and 7C. RGB value is (67,54,124). Sum of RGB (Red+Green+Blue) = 67+54+124=245 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.35% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 124 (48.83% from 255 or 50.61% from 245); Max value from RGB is 124 - color contains mainly: blue. Hex color #43367C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43367C is #BCC983. Grayscale: #414141. Windows color (decimal): -12372356 or 8140355. OLE color: 8140355.

HSL color Cylindrical-coordinate representation of color #43367C: hue angle of 251.14º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #43367C is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6754124-
CMYK0.460.5600.51
HSL251.14º39.33%34.9%-
HSV(B)251.14º56.45%48.63%-
XYZ7.275.2919.71-
YUV65.87160.81128.81-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.35%
GREEN value IS 54 (21.48% from 255) = 22.04%
BLUE value IS 124 (48.83% from 255) = 50.61%
R=27.35%
G=22.04%
B=50.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal67541240.460.5600.51251.1439.3334.9
Hex43367C2E38033fb2723
Octal1036617456700633734743
Binary10000111101101111100101110111000011001111111011100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43367C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,54,124); }

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

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

 a { background-color: rgb(67,54,124); }

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

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

 span { border-color: rgb(67,54,124); }

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