#423684

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

Shades of Dark Slate Blue #423684

Tints of Dark Slate Blue #423684

Color information

#423684 (or 0x423684) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 36 and 84. RGB value is (66,54,132). Sum of RGB (Red+Green+Blue) = 66+54+132=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 132 (51.95% from 255 or 52.38% from 252); Max value from RGB is 132 - color contains mainly: blue. Hex color #423684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423684 is #BDC97B. Grayscale: #424242. Windows color (decimal): -12437884 or 8664642. OLE color: 8664642.

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

Color convert

RGB6654132-
CMYK0.50.5900.48
HSL249.23º41.94%36.47%-
HSV(B)249.23º59.09%51.76%-
XYZ7.735.4622.48-
YUV66.48164.98127.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.19%
GREEN value IS 54 (21.48% from 255) = 21.43%
BLUE value IS 132 (51.95% from 255) = 52.38%
R=26.19%
G=21.43%
B=52.38%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66541320.50.5900.48249.2341.9436.47
Hex423684323B030f92a24
Octal1026620462730603715244
Binary100001011011010000100110010111011011000011111001101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423684; }

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

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

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

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

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

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

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

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