#423685

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

Shades of Dark Slate Blue #423685

Tints of Dark Slate Blue #423685

Color information

#423685 (or 0x423685) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 36 and 85. RGB value is (66,54,133). Sum of RGB (Red+Green+Blue) = 66+54+133=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #423685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423685 is #BDC97A. Grayscale: #424242. Windows color (decimal): -12437883 or 8730178. OLE color: 8730178.

HSL color Cylindrical-coordinate representation of color #423685: hue angle of 249.11º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #423685 is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6654133-
CMYK0.500.5900.48
HSL249.11º42.25%36.67%-
HSV(B)249.11º59.4%52.16%-
XYZ7.85.4922.84-
YUV66.59165.48127.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.09%
GREEN value IS 54 (21.48% from 255) = 21.34%
BLUE value IS 133 (52.34% from 255) = 52.57%
R=26.09%
G=21.34%
B=52.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66541330.500.5900.48249.1142.2536.67
Hex423685323B030f92a25
Octal1026620562730603715245
Binary100001011011010000101110010111011011000011111001101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423685; }

 p { color: rgb(66,54,133); }

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

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

 a { background-color: rgb(66,54,133); }

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

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

 span { border-color: rgb(66,54,133); }

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