#758BAE

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

Shades of Ship Cove #758BAE

Tints of Ship Cove #758BAE

Color information

#758BAE (or 0x758BAE) is unknown color: approx Ship Cove. HEX triplet: 75, 8B and AE. RGB value is (117,139,174). Sum of RGB (Red+Green+Blue) = 117+139+174=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 174 - color contains mainly: blue. Hex color #758BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758BAE is #8A7451. Grayscale: #888888. Windows color (decimal): -9073746 or 11438965. OLE color: 11438965.

HSL color Cylindrical-coordinate representation of color #758BAE: hue angle of 216.84º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #758BAE is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB117139174-
CMYK0.330.2000.32
HSL216.84º26.03%57.06%-
HSV(B)216.84º32.76%68.24%-
XYZ24.2125.343.65-
YUV136.41149.21114.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.21%
GREEN value IS 139 (54.69% from 255) = 32.33%
BLUE value IS 174 (68.36% from 255) = 40.47%
R=27.21%
G=32.33%
B=40.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1171391740.330.2000.32216.8426.0357.06
Hex758BAE2114020d91a39
Octal16521325641240403313271
Binary111010110001011101011101000011010001000001101100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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