#424396

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

Shades of Dark Slate Blue #424396

Tints of Dark Slate Blue #424396

Color information

#424396 (or 0x424396) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 43 and 96. RGB value is (66,67,150). Sum of RGB (Red+Green+Blue) = 66+67+150=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 150 (58.98% from 255 or 53.00% from 283); Max value from RGB is 150 - color contains mainly: blue. Hex color #424396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424396 is #BDBC69. Grayscale: #4B4B4B. Windows color (decimal): -12434538 or 9847618. OLE color: 9847618.

HSL color Cylindrical-coordinate representation of color #424396: hue angle of 239.29º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #424396 is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6667150-
CMYK0.560.5500.41
HSL239.29º38.89%42.35%-
HSV(B)239.29º56%58.82%-
XYZ9.767.3729.76-
YUV76.16169.67120.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.32%
GREEN value IS 67 (26.56% from 255) = 23.67%
BLUE value IS 150 (58.98% from 255) = 53.00%
R=23.32%
G=23.67%
B=53.00%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal66671500.560.5500.41239.2938.8942.35
Hex4243963837029ef272a
Octal10210322670670513574752
Binary1000010100001110010110111000110111010100111101111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424396; }

 p { color: rgb(66,67,150); }

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

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

 a { background-color: rgb(66,67,150); }

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

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

 span { border-color: rgb(66,67,150); }

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