#42348A

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

Shades of Dark Slate Blue #42348A

Tints of Dark Slate Blue #42348A

Color information

#42348A (or 0x42348A) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 34 and 8A. RGB value is (66,52,138). Sum of RGB (Red+Green+Blue) = 66+52+138=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #42348A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42348A is #BDCB75. Grayscale: #414141. Windows color (decimal): -12438390 or 9057346. OLE color: 9057346.

HSL color Cylindrical-coordinate representation of color #42348A: hue angle of 249.77º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42348A is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6652138-
CMYK0.520.6200.46
HSL249.77º45.26%37.25%-
HSV(B)249.77º62.32%54.12%-
XYZ8.065.4524.67-
YUV65.99168.64128.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.78%
GREEN value IS 52 (20.70% from 255) = 20.31%
BLUE value IS 138 (54.30% from 255) = 53.91%
R=25.78%
G=20.31%
B=53.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal66521380.520.6200.46249.7745.2637.25
Hex42348A343E02Efa2d25
Octal1026421264760563725545
Binary100001011010010001010110100111110010111011111010101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42348A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42348A; }

 p { color: rgb(66,52,138); }

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

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

 a { background-color: rgb(66,52,138); }

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

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

 span { border-color: rgb(66,52,138); }

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