#736690

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

Shades of Kimberly #736690

Tints of Kimberly #736690

Color information

#736690 (or 0x736690) is unknown color: approx Kimberly. HEX triplet: 73, 66 and 90. RGB value is (115,102,144). Sum of RGB (Red+Green+Blue) = 115+102+144=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 144 (56.64% from 255 or 39.89% from 361); Max value from RGB is 144 - color contains mainly: blue. Hex color #736690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736690 is #8C996F. Grayscale: #6E6E6E. Windows color (decimal): -9214320 or 9463411. OLE color: 9463411.

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

Color convert

RGB115102144-
CMYK0.200.2900.44
HSL258.57º17.07%48.24%-
HSV(B)258.57º29.17%56.47%-
XYZ16.8615.1628.42-
YUV110.67146.81131.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.86%
GREEN value IS 102 (40.23% from 255) = 28.25%
BLUE value IS 144 (56.64% from 255) = 39.89%
R=31.86%
G=28.25%
B=39.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151021440.200.2900.44258.5717.0748.24
Hex736690141D02C1031130
Octal16314622024350544032160
Binary11100111100110100100001010011101010110010000001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736690; }

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

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

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

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

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

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

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

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