#434298

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

Shades of Dark Slate Blue #434298

Tints of Dark Slate Blue #434298

Color information

#434298 (or 0x434298) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 42 and 98. RGB value is (67,66,152). Sum of RGB (Red+Green+Blue) = 67+66+152=285 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.51% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 152 (59.77% from 255 or 53.33% from 285); Max value from RGB is 152 - color contains mainly: blue. Hex color #434298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434298 is #BCBD67. Grayscale: #4B4B4B. Windows color (decimal): -12369256 or 9978435. OLE color: 9978435.

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

Color convert

RGB6766152-
CMYK0.560.5700.40
HSL240.7º39.45%42.75%-
HSV(B)240.7º56.58%59.61%-
XYZ9.937.3630.6-
YUV76.1170.83121.51-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.51%
GREEN value IS 66 (26.17% from 255) = 23.16%
BLUE value IS 152 (59.77% from 255) = 53.33%
R=23.51%
G=23.16%
B=53.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal67661520.560.5700.40240.739.4542.75
Hex4342983839028f1272b
Octal10310223070710503614753
Binary1000011100001010011000111000111001010100011110001100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434298; }

 p { color: rgb(67,66,152); }

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

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

 a { background-color: rgb(67,66,152); }

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

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

 span { border-color: rgb(67,66,152); }

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