#736990

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

Shades of Kimberly #736990

Tints of Kimberly #736990

Color information

#736990 (or 0x736990) is unknown color: approx Kimberly. HEX triplet: 73, 69 and 90. RGB value is (115,105,144). Sum of RGB (Red+Green+Blue) = 115+105+144=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 144 - color contains mainly: blue. Hex color #736990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736990 is #8C966F. Grayscale: #707070. Windows color (decimal): -9213552 or 9464179. OLE color: 9464179.

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

Color convert

RGB115105144-
CMYK0.200.2700.44
HSL255.38º15.66%48.82%-
HSV(B)255.38º27.08%56.47%-
XYZ17.1615.7628.52-
YUV112.44145.81129.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.59%
GREEN value IS 105 (41.41% from 255) = 28.85%
BLUE value IS 144 (56.64% from 255) = 39.56%
R=31.59%
G=28.85%
B=39.56%

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
Decimal1151051440.200.2700.44255.3815.6648.82
Hex736990141B02Cff1031
Octal16315122024330543772061
Binary1110011110100110010000101001101101011001111111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736990; }

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

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

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

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

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

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

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

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