#758BAF

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

Shades of Ship Cove #758BAF

Tints of Ship Cove #758BAF

Color information

#758BAF (or 0x758BAF) is unknown color: approx Ship Cove. HEX triplet: 75, 8B and AF. RGB value is (117,139,175). Sum of RGB (Red+Green+Blue) = 117+139+175=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #758BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758BAF is #8A7450. Grayscale: #888888. Windows color (decimal): -9073745 or 11504501. OLE color: 11504501.

HSL color Cylindrical-coordinate representation of color #758BAF: hue angle of 217.24º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #758BAF is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB117139175-
CMYK0.330.2100.31
HSL217.24º26.61%57.25%-
HSV(B)217.24º33.14%68.63%-
XYZ24.3125.3444.17-
YUV136.53149.71114.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.15%
GREEN value IS 139 (54.69% from 255) = 32.25%
BLUE value IS 175 (68.75% from 255) = 40.60%
R=27.15%
G=32.25%
B=40.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171391750.330.2100.31217.2426.6157.25
Hex758BAF211501Fd91b39
Octal16521325741250373313371
Binary11101011000101110101111100001101010111111101100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758BAF; }

 p { color: rgb(117,139,175); }

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

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

 a { background-color: rgb(117,139,175); }

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

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

 span { border-color: rgb(117,139,175); }

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