#343092

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

Shades of Dark Slate Blue #343092

Tints of Dark Slate Blue #343092

Color information

#343092 (or 0x343092) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 30 and 92. RGB value is (52,48,146). Sum of RGB (Red+Green+Blue) = 52+48+146=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 146 (57.42% from 255 or 59.35% from 246); Max value from RGB is 146 - color contains mainly: blue. Hex color #343092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343092 is #CBCF6D. Grayscale: #3B3B3B. Windows color (decimal): -13356910 or 9580596. OLE color: 9580596.

HSL color Cylindrical-coordinate representation of color #343092: hue angle of 242.45º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #343092 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5248146-
CMYK0.640.6700.43
HSL242.45º50.52%38.04%-
HSV(B)242.45º67.12%57.25%-
XYZ7.664.9227.74-
YUV60.37176.33122.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.14%
GREEN value IS 48 (19.14% from 255) = 19.51%
BLUE value IS 146 (57.42% from 255) = 59.35%
R=21.14%
G=19.51%
B=59.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52481460.640.6700.43242.4550.5238.04
Hex343092404302Bf23326
Octal64602221001030533626346
Binary1101001100001001001010000001000011010101111110010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343092; }

 p { color: rgb(52,48,146); }

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

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

 a { background-color: rgb(52,48,146); }

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

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

 span { border-color: rgb(52,48,146); }

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