#343A99

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

Shades of Dark Slate Blue #343A99

Tints of Dark Slate Blue #343A99

Color information

#343A99 (or 0x343A99) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 3A and 99. RGB value is (52,58,153). Sum of RGB (Red+Green+Blue) = 52+58+153=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 153 (60.16% from 255 or 58.17% from 263); Max value from RGB is 153 - color contains mainly: blue. Hex color #343A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343A99 is #CBC566. Grayscale: #424242. Windows color (decimal): -13354343 or 10041908. OLE color: 10041908.

HSL color Cylindrical-coordinate representation of color #343A99: hue angle of 236.44º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #343A99 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5258153-
CMYK0.660.6200.4
HSL236.44º49.27%40.2%-
HSV(B)236.44º66.01%60%-
XYZ8.686.0630.85-
YUV67.04176.51117.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.77%
GREEN value IS 58 (23.05% from 255) = 22.05%
BLUE value IS 153 (60.16% from 255) = 58.17%
R=19.77%
G=22.05%
B=58.17%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal52581530.660.6200.4236.4449.2740.2
Hex343A99423E028ec3128
Octal6472231102760503546150
Binary110100111010100110011000010111110010100011101100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343A99; }

 p { color: rgb(52,58,153); }

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

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

 a { background-color: rgb(52,58,153); }

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

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

 span { border-color: rgb(52,58,153); }

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