#343898

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

Shades of Dark Slate Blue #343898

Tints of Dark Slate Blue #343898

Color information

#343898 (or 0x343898) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 38 and 98. RGB value is (52,56,152). Sum of RGB (Red+Green+Blue) = 52+56+152=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 152 (59.77% from 255 or 58.46% from 260); Max value from RGB is 152 - color contains mainly: blue. Hex color #343898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343898 is #CBC767. Grayscale: #414141. Windows color (decimal): -13354856 or 9975860. OLE color: 9975860.

HSL color Cylindrical-coordinate representation of color #343898: hue angle of 237.6º 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 #343898 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5256152-
CMYK0.660.6300.40
HSL237.6º49.02%40%-
HSV(B)237.6º65.79%59.61%-
XYZ8.55.8330.38-
YUV65.75176.67118.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20%
GREEN value IS 56 (22.27% from 255) = 21.54%
BLUE value IS 152 (59.77% from 255) = 58.46%
R=20%
G=21.54%
B=58.46%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal52561520.660.6300.40237.649.0240
Hex343898423F028ee3128
Octal6470230102770503566150
Binary110100111000100110001000010111111010100011101110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343898; }

 p { color: rgb(52,56,152); }

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

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

 a { background-color: rgb(52,56,152); }

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

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

 span { border-color: rgb(52,56,152); }

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