#7388AB

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

Shades of Ship Cove #7388AB

Tints of Ship Cove #7388AB

Color information

#7388AB (or 0x7388AB) is unknown color: approx Ship Cove. HEX triplet: 73, 88 and AB. RGB value is (115,136,171). Sum of RGB (Red+Green+Blue) = 115+136+171=422 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.25% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #7388AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7388AB is #8C7754. Grayscale: #858585. Windows color (decimal): -9205589 or 11241587. OLE color: 11241587.

HSL color Cylindrical-coordinate representation of color #7388AB: hue angle of 217.5º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7388AB is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB115136171-
CMYK0.330.2000.33
HSL217.5º25%56.08%-
HSV(B)217.5º32.75%67.06%-
XYZ23.2324.1941.97-
YUV133.71149.04114.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.25%
GREEN value IS 136 (53.52% from 255) = 32.23%
BLUE value IS 171 (67.19% from 255) = 40.52%
R=27.25%
G=32.23%
B=40.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151361710.330.2000.33217.52556.08
Hex7388AB2114021da1938
Octal16321025341240413323170
Binary111001110001000101010111000011010001000011101101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7388AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7388AB; }

 p { color: rgb(115,136,171); }

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

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

 a { background-color: rgb(115,136,171); }

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

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

 span { border-color: rgb(115,136,171); }

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