#73688B

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

Shades of Kimberly #73688B

Tints of Kimberly #73688B

Color information

#73688B (or 0x73688B) is unknown color: approx Kimberly. HEX triplet: 73, 68 and 8B. RGB value is (115,104,139). Sum of RGB (Red+Green+Blue) = 115+104+139=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 139 - color contains mainly: blue. Hex color #73688B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73688B is #8C9774. Grayscale: #6F6F6F. Windows color (decimal): -9213813 or 9136243. OLE color: 9136243.

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

Color convert

RGB115104139-
CMYK0.170.2500.45
HSL258.86º14.4%47.65%-
HSV(B)258.86º25.18%54.51%-
XYZ16.6815.4126.52-
YUV111.28143.64130.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.12%
GREEN value IS 104 (41.02% from 255) = 29.05%
BLUE value IS 139 (54.69% from 255) = 38.83%
R=32.12%
G=29.05%
B=38.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1151041390.170.2500.45258.8614.447.65
Hex73688B111902D103e30
Octal16315021321310554031660
Binary1110011110100010001011100011100101011011000000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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