#738BAA

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

Shades of Ship Cove #738BAA

Tints of Ship Cove #738BAA

Color information

#738BAA (or 0x738BAA) is unknown color: approx Ship Cove. HEX triplet: 73, 8B and AA. RGB value is (115,139,170). Sum of RGB (Red+Green+Blue) = 115+139+170=424 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.12% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #738BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738BAA is #8C7455. Grayscale: #878787. Windows color (decimal): -9204822 or 11176819. OLE color: 11176819.

HSL color Cylindrical-coordinate representation of color #738BAA: hue angle of 213.82º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #738BAA is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB115139170-
CMYK0.320.1800.33
HSL213.82º24.44%55.88%-
HSV(B)213.82º32.35%66.67%-
XYZ23.5625.0141.62-
YUV135.36147.55113.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.12%
GREEN value IS 139 (54.69% from 255) = 32.78%
BLUE value IS 170 (66.80% from 255) = 40.09%
R=27.12%
G=32.78%
B=40.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151391700.320.1800.33213.8224.4455.88
Hex738BAA2012021d61838
Octal16321325240220413263070
Binary111001110001011101010101000001001001000011101011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,139,170); }

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

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

 a { background-color: rgb(115,139,170); }

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

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

 span { border-color: rgb(115,139,170); }

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