#42367F

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

Shades of Dark Slate Blue #42367F

Tints of Dark Slate Blue #42367F

Color information

#42367F (or 0x42367F) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 36 and 7F. RGB value is (66,54,127). Sum of RGB (Red+Green+Blue) = 66+54+127=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #42367F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42367F is #BDC980. Grayscale: #414141. Windows color (decimal): -12437889 or 8336962. OLE color: 8336962.

HSL color Cylindrical-coordinate representation of color #42367F: hue angle of 249.86º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42367F is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6654127-
CMYK0.480.5700.50
HSL249.86º40.33%35.49%-
HSV(B)249.86º57.48%49.8%-
XYZ7.45.3320.72-
YUV65.91162.48128.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.72%
GREEN value IS 54 (21.48% from 255) = 21.86%
BLUE value IS 127 (50% from 255) = 51.42%
R=26.72%
G=21.86%
B=51.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66541270.480.5700.50249.8640.3335.49
Hex42367F3039032fa2823
Octal1026617760710623725043
Binary10000101101101111111110000111001011001011111010101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42367F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42367F; }

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

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

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

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

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

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

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

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