#73638E

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

Shades of Kimberly #73638E

Tints of Kimberly #73638E

Color information

#73638E (or 0x73638E) is unknown color: approx Kimberly. HEX triplet: 73, 63 and 8E. RGB value is (115,99,142). Sum of RGB (Red+Green+Blue) = 115+99+142=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 142 - color contains mainly: blue. Hex color #73638E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73638E is #8C9C71. Grayscale: #6C6C6C. Windows color (decimal): -9215090 or 9331571. OLE color: 9331571.

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

Color convert

RGB11599142-
CMYK0.190.3000.44
HSL262.33º17.84%47.25%-
HSV(B)262.33º30.28%55.69%-
XYZ16.4114.5227.53-
YUV108.69146.8132.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.30%
GREEN value IS 99 (39.06% from 255) = 27.81%
BLUE value IS 142 (55.86% from 255) = 39.89%
R=32.30%
G=27.81%
B=39.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal115991420.190.3000.44262.3317.8447.25
Hex73638E131E02C106122f
Octal16314321623360544062257
Binary11100111100011100011101001111110010110010000011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73638E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73638E; }

 p { color: rgb(115,99,142); }

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

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

 a { background-color: rgb(115,99,142); }

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

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

 span { border-color: rgb(115,99,142); }

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