#343098

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

Shades of Dark Slate Blue #343098

Tints of Dark Slate Blue #343098

Color information

#343098 (or 0x343098) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 30 and 98. RGB value is (52,48,152). Sum of RGB (Red+Green+Blue) = 52+48+152=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 152 (59.77% from 255 or 60.32% from 252); Max value from RGB is 152 - color contains mainly: blue. Hex color #343098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343098 is #CBCF67. Grayscale: #3C3C3C. Windows color (decimal): -13356904 or 9973812. OLE color: 9973812.

HSL color Cylindrical-coordinate representation of color #343098: hue angle of 242.31º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #343098 is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5248152-
CMYK0.660.6800.40
HSL242.31º52%39.22%-
HSV(B)242.31º68.42%59.61%-
XYZ8.145.1130.26-
YUV61.05179.33121.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.63%
GREEN value IS 48 (19.14% from 255) = 19.05%
BLUE value IS 152 (59.77% from 255) = 60.32%
R=20.63%
G=19.05%
B=60.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal52481520.660.6800.40242.315239.22
Hex3430984244028f23427
Octal64602301021040503626447
Binary1101001100001001100010000101000100010100011110010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343098; }

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

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

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

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

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

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

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

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