#434198

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

Shades of Dark Slate Blue #434198

Tints of Dark Slate Blue #434198

Color information

#434198 (or 0x434198) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 41 and 98. RGB value is (67,65,152). Sum of RGB (Red+Green+Blue) = 67+65+152=284 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.59% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 152 (59.77% from 255 or 53.52% from 284); Max value from RGB is 152 - color contains mainly: blue. Hex color #434198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434198 is #BCBE67. Grayscale: #4B4B4B. Windows color (decimal): -12369512 or 9978179. OLE color: 9978179.

HSL color Cylindrical-coordinate representation of color #434198: hue angle of 241.38º degrees, saturation: 0.4, 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 #434198 is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6765152-
CMYK0.560.5700.40
HSL241.38º40.09%42.55%-
HSV(B)241.38º57.24%59.61%-
XYZ9.877.2430.58-
YUV75.52171.16121.93-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.59%
GREEN value IS 65 (25.78% from 255) = 22.89%
BLUE value IS 152 (59.77% from 255) = 53.52%
R=23.59%
G=22.89%
B=53.52%

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
Decimal67651520.560.5700.40241.3840.0942.55
Hex4341983839028f1282b
Octal10310123070710503615053
Binary1000011100000110011000111000111001010100011110001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434198; }

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

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

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

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

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

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

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

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