#7286AF

Color #7286AF Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #7286AF

Tints of Ship Cove #7286AF

Color information

#7286AF (or 0x7286AF) is unknown color: approx Ship Cove. HEX triplet: 72, 86 and AF. RGB value is (114,134,175). Sum of RGB (Red+Green+Blue) = 114+134+175=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 175 - color contains mainly: blue. Hex color #7286AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7286AF is #8D7950. Grayscale: #848484. Windows color (decimal): -9271633 or 11503218. OLE color: 11503218.

HSL color Cylindrical-coordinate representation of color #7286AF: hue angle of 220.33º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7286AF is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB114134175-
CMYK0.350.2300.31
HSL220.33º27.6%56.67%-
HSV(B)220.33º34.86%68.63%-
XYZ23.223.7243.91-
YUV132.69151.87114.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.95%
GREEN value IS 134 (52.73% from 255) = 31.68%
BLUE value IS 175 (68.75% from 255) = 41.37%
R=26.95%
G=31.68%
B=41.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1141341750.350.2300.31220.3327.656.67
Hex7286AF231701Fdc1c39
Octal16220625743270373343471
Binary11100101000011010101111100011101110111111101110011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7286AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7286AF; }

 p { color: rgb(114,134,175); }

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

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

 a { background-color: rgb(114,134,175); }

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

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

 span { border-color: rgb(114,134,175); }

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