#758BB3

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

Shades of Ship Cove #758BB3

Tints of Ship Cove #758BB3

Color information

#758BB3 (or 0x758BB3) is unknown color: approx Ship Cove. HEX triplet: 75, 8B and B3. RGB value is (117,139,179). Sum of RGB (Red+Green+Blue) = 117+139+179=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 139 (54.69% from 255 or 31.95% from 435); Blue value is 179 (70.31% from 255 or 41.15% from 435); Max value from RGB is 179 - color contains mainly: blue. Hex color #758BB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758BB3 is #8A744C. Grayscale: #888888. Windows color (decimal): -9073741 or 11766645. OLE color: 11766645.

HSL color Cylindrical-coordinate representation of color #758BB3: hue angle of 218.71º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #758BB3 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB117139179-
CMYK0.350.2200.30
HSL218.71º28.97%58.04%-
HSV(B)218.71º34.64%70.2%-
XYZ24.7125.546.27-
YUV136.98151.71113.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.90%
GREEN value IS 139 (54.69% from 255) = 31.95%
BLUE value IS 179 (70.31% from 255) = 41.15%
R=26.90%
G=31.95%
B=41.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1171391790.350.2200.30218.7128.9758.04
Hex758BB3231601Edb1d3a
Octal16521326343260363333572
Binary11101011000101110110011100011101100111101101101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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