#738DB3

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

Shades of Ship Cove #738DB3

Tints of Ship Cove #738DB3

Color information

#738DB3 (or 0x738DB3) is unknown color: approx Ship Cove. HEX triplet: 73, 8D and B3. RGB value is (115,141,179). Sum of RGB (Red+Green+Blue) = 115+141+179=435 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.44% from 435); Green value is 141 (55.47% from 255 or 32.41% 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 #738DB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738DB3 is #8C724C. Grayscale: #898989. Windows color (decimal): -9204301 or 11767155. OLE color: 11767155.

HSL color Cylindrical-coordinate representation of color #738DB3: hue angle of 215.62º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #738DB3 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB115141179-
CMYK0.360.2100.30
HSL215.62º29.63%57.65%-
HSV(B)215.62º35.75%70.2%-
XYZ24.7325.9546.35-
YUV137.56151.39111.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.44%
GREEN value IS 141 (55.47% from 255) = 32.41%
BLUE value IS 179 (70.31% from 255) = 41.15%
R=26.44%
G=32.41%
B=41.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1151411790.360.2100.30215.6229.6357.65
Hex738DB3241501Ed81e3a
Octal16321526344250363303672
Binary11100111000110110110011100100101010111101101100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738DB3; }

 p { color: rgb(115,141,179); }

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

<style>
 a { background-color: #738DB3; }

 a { background-color: rgb(115,141,179); }

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

<style>
 span { border-color: #738DB3; }

 span { border-color: rgb(115,141,179); }

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