#42368B

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

Shades of Dark Slate Blue #42368B

Tints of Dark Slate Blue #42368B

Color information

#42368B (or 0x42368B) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 36 and 8B. RGB value is (66,54,139). Sum of RGB (Red+Green+Blue) = 66+54+139=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 139 (54.69% from 255 or 53.67% from 259); Max value from RGB is 139 - color contains mainly: blue. Hex color #42368B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42368B is #BDC974. Grayscale: #424242. Windows color (decimal): -12437877 or 9123394. OLE color: 9123394.

HSL color Cylindrical-coordinate representation of color #42368B: hue angle of 248.47º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42368B is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6654139-
CMYK0.530.6100.45
HSL248.47º44.04%37.84%-
HSV(B)248.47º61.15%54.51%-
XYZ8.235.6625.09-
YUV67.28168.48127.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.48%
GREEN value IS 54 (21.48% from 255) = 20.85%
BLUE value IS 139 (54.69% from 255) = 53.67%
R=25.48%
G=20.85%
B=53.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66541390.530.6100.45248.4744.0437.84
Hex42368B353D02Df82c26
Octal1026621365750553705446
Binary100001011011010001011110101111101010110111111000101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42368B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42368B; }

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

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

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

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

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

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

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

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