#736290

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

Shades of Kimberly #736290

Tints of Kimberly #736290

Color information

#736290 (or 0x736290) is unknown color: approx Kimberly. HEX triplet: 73, 62 and 90. RGB value is (115,98,144). Sum of RGB (Red+Green+Blue) = 115+98+144=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 144 - color contains mainly: blue. Hex color #736290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736290 is #8C9D6F. Grayscale: #6C6C6C. Windows color (decimal): -9215344 or 9462387. OLE color: 9462387.

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

Color convert

RGB11598144-
CMYK0.200.3200.44
HSL262.17º19.01%47.45%-
HSV(B)262.17º31.94%56.47%-
XYZ16.4714.3928.3-
YUV108.33148.13132.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.21%
GREEN value IS 98 (38.67% from 255) = 27.45%
BLUE value IS 144 (56.64% from 255) = 40.34%
R=32.21%
G=27.45%
B=40.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal115981440.200.3200.44262.1719.0147.45
Hex736290142002C106132f
Octal16314222024400544062357
Binary111001111000101001000010100100000010110010000011010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736290; }

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

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

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

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

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

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

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

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