#73698B

Color #73698B Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #73698B

Tints of Kimberly #73698B

Color information

#73698B (or 0x73698B) is unknown color: approx Kimberly. HEX triplet: 73, 69 and 8B. RGB value is (115,105,139). Sum of RGB (Red+Green+Blue) = 115+105+139=359 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.03% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 139 - color contains mainly: blue. Hex color #73698B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73698B is #8C9674. Grayscale: #6F6F6F. Windows color (decimal): -9213557 or 9136499. OLE color: 9136499.

HSL color Cylindrical-coordinate representation of color #73698B: hue angle of 257.65º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #73698B is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB115105139-
CMYK0.170.2400.45
HSL257.65º13.93%47.84%-
HSV(B)257.65º24.46%54.51%-
XYZ16.7815.6126.56-
YUV111.87143.31130.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.03%
GREEN value IS 105 (41.41% from 255) = 29.25%
BLUE value IS 139 (54.69% from 255) = 38.72%
R=32.03%
G=29.25%
B=38.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1151051390.170.2400.45257.6513.9347.84
Hex73698B111802D102e30
Octal16315121321300554021660
Binary1110011110100110001011100011100001011011000000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73698B; }

 p { color: rgb(115,105,139); }

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

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

 a { background-color: rgb(115,105,139); }

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

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

 span { border-color: rgb(115,105,139); }

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