Html Css Color HEX #736386 Kimberly

📋 copy color: '#736386'

red 115 ◦ green 99 ◦ blue 134

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

Shades of Kimberly #736386

Tints of Kimberly #736386

RGB

 RED value IS 115 (45.31% from 255) = 33.05%

 GREEN value IS 99 (39.06% from 255) = 28.45%

 BLUE value IS 134 (52.73% from 255) = 38.51%

R = 33.05%
G = 28.45%
B = 38.51%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#736386 (or 0x736386) is known color: Kimberly. HEX triplet: 73, 63 and 86. RGB value is (115,99,134). Sum of RGB (Red+Green+Blue) = 115+99+134=348 (46% of max value = 765). Red value is 115 (45.31% from 255 or 33.05% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 134 (52.73% from 255 or 38.51% from 348); Max value from RGB is 134 - color contains mainly: blue. Hex color #736386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736386 is #8C9C79. Grayscale: #6B6B6B. Windows color (decimal): -9215098 or 8807283. OLE color: 8807283.

HSL color Cylindrical-coordinate representation of color #736386: hue angle of 267.43º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #736386 is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 115 99 134 -
CMYK 0.14 0.26 0 0.47
HSL 267.43º 0.15% 0.46% -
HSV(B) 267.43º 0.26% 0.53% -
XYZ 15.84 14.29 24.48 -
YUV 107.77 142.8 133.15 -
System Red Green Blue C M Y K H S L
Decimal 115 99 134 0.14 0.26 0 0.47 267.43 0.15 0.46
Hex 73 63 86 E 1A 0 2F 10B F 2E
Octal 163 143 206 16 32 0 57 413 17 56
Binary 1110011 1100011 10000110 1110 11010 0 101111 100001011 1111 101110

Color Harmonies of #736386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736386

Black with #736386

Text Example


Text Example

White with #736386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736386; }

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

 H1.HeaderClassName
 {
   color: #736386;
 }
 .AnyTagClassName
 {
   color: #736386;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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