#73688F

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

Shades of Kimberly #73688F

Tints of Kimberly #73688F

Color information

#73688F (or 0x73688F) is unknown color: approx Kimberly. HEX triplet: 73, 68 and 8F. RGB value is (115,104,143). Sum of RGB (Red+Green+Blue) = 115+104+143=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 143 - color contains mainly: blue. Hex color #73688F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73688F is #8C9770. Grayscale: #6F6F6F. Windows color (decimal): -9213809 or 9398387. OLE color: 9398387.

HSL color Cylindrical-coordinate representation of color #73688F: hue angle of 256.92º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #73688F is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB115104143-
CMYK0.200.2700.44
HSL256.92º15.79%48.43%-
HSV(B)256.92º27.27%56.08%-
XYZ16.9815.5328.09-
YUV111.73145.64130.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.77%
GREEN value IS 104 (41.02% from 255) = 28.73%
BLUE value IS 143 (56.25% from 255) = 39.50%
R=31.77%
G=28.73%
B=39.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151041430.200.2700.44256.9215.7948.43
Hex73688F141B02C1011030
Octal16315021724330544012060
Binary11100111101000100011111010011011010110010000000110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73688F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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