#433B85

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

Shades of Dark Slate Blue #433B85

Tints of Dark Slate Blue #433B85

Color information

#433B85 (or 0x433B85) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 3B and 85. RGB value is (67,59,133). Sum of RGB (Red+Green+Blue) = 67+59+133=259 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.87% from 259); Green value is 59 (23.44% from 255 or 22.78% from 259); Blue value is 133 (52.34% from 255 or 51.35% from 259); Max value from RGB is 133 - color contains mainly: blue. Hex color #433B85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433B85 is #BCC47A. Grayscale: #454545. Windows color (decimal): -12371067 or 8731459. OLE color: 8731459.

HSL color Cylindrical-coordinate representation of color #433B85: hue angle of 246.49º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #433B85 is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6759133-
CMYK0.500.5600.48
HSL246.49º38.54%37.65%-
HSV(B)246.49º55.64%52.16%-
XYZ8.116.0122.92-
YUV69.83163.65125.98-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.87%
GREEN value IS 59 (23.44% from 255) = 22.78%
BLUE value IS 133 (52.34% from 255) = 51.35%
R=25.87%
G=22.78%
B=51.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal67591330.500.5600.48246.4938.5437.65
Hex433B853238030f62726
Octal1037320562700603664746
Binary100001111101110000101110010111000011000011110110100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433B85; }

 p { color: rgb(67,59,133); }

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

<style>
 a { background-color: #433B85; }

 a { background-color: rgb(67,59,133); }

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

<style>
 span { border-color: #433B85; }

 span { border-color: rgb(67,59,133); }

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