#342F94

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

Shades of Dark Slate Blue #342F94

Tints of Dark Slate Blue #342F94

Color information

#342F94 (or 0x342F94) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 2F and 94. RGB value is (52,47,148). Sum of RGB (Red+Green+Blue) = 52+47+148=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 47 (18.75% from 255 or 19.03% from 247); Blue value is 148 (58.20% from 255 or 59.92% from 247); Max value from RGB is 148 - color contains mainly: blue. Hex color #342F94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342F94 is #CBD06B. Grayscale: #3B3B3B. Windows color (decimal): -13357164 or 9711412. OLE color: 9711412.

HSL color Cylindrical-coordinate representation of color #342F94: hue angle of 242.97º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #342F94 is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5247148-
CMYK0.650.6800.42
HSL242.97º51.79%38.24%-
HSV(B)242.97º68.24%58.04%-
XYZ7.784.928.55-
YUV60.01177.66122.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.05%
GREEN value IS 47 (18.75% from 255) = 19.03%
BLUE value IS 148 (58.20% from 255) = 59.92%
R=21.05%
G=19.03%
B=59.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52471480.650.6800.42242.9751.7938.24
Hex342F94414402Af33426
Octal64572241011040523636446
Binary1101001011111001010010000011000100010101011110011110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342F94; }

 p { color: rgb(52,47,148); }

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

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

 a { background-color: rgb(52,47,148); }

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

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

 span { border-color: rgb(52,47,148); }

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