Html Css Color HEX #736290 Kimberly

📋 copy color: '#736290'

red 115 ◦ green 98 ◦ blue 144

#736290
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kimberly #736290

Tints of Kimberly #736290

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 value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#736290 (or 0x736290) is known color: 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

RGB 115 98 144 -
CMYK 0.20 0.32 0 0.44
HSL 262.17º 0.19% 0.47% -
HSV(B) 262.17º 0.32% 0.56% -
XYZ 16.47 14.39 28.3 -
YUV 108.33 148.13 132.76 -
System Red Green Blue C M Y K H S L
Decimal 115 98 144 0.20 0.32 0 0.44 262.17 0.19 0.47
Hex 73 62 90 14 20 0 2C 106 13 2F
Octal 163 142 220 24 40 0 54 406 23 57
Binary 1110011 1100010 10010000 10100 100000 0 101100 100000110 10011 101111

Color Harmonies of #736290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736290

Black with #736290

Text Example


Text Example

White with #736290

Text Example


Text Example

HTML Codes & Css Web 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>