#737BA0

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

Shades of Ship Cove #737BA0

Tints of Ship Cove #737BA0

Color information

#737BA0 (or 0x737BA0) is unknown color: approx Ship Cove. HEX triplet: 73, 7B and A0. RGB value is (115,123,160). Sum of RGB (Red+Green+Blue) = 115+123+160=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 160 - color contains mainly: blue. Hex color #737BA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737BA0 is #8C845F. Grayscale: #7C7C7C. Windows color (decimal): -9208928 or 10517363. OLE color: 10517363.

HSL color Cylindrical-coordinate representation of color #737BA0: hue angle of 229.33º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #737BA0 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB115123160-
CMYK0.280.2300.37
HSL229.33º19.15%53.92%-
HSV(B)229.33º28.12%62.75%-
XYZ20.520.3536.11-
YUV124.83147.85120.99-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.89%
GREEN value IS 123 (48.44% from 255) = 30.90%
BLUE value IS 160 (62.89% from 255) = 40.20%
R=28.89%
G=30.90%
B=40.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1151231600.280.2300.37229.3319.1553.92
Hex737BA01C17025e51336
Octal16317324034270453452366
Binary1110011111101110100000111001011101001011110010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737BA0; }

 p { color: rgb(115,123,160); }

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

<style>
 a { background-color: #737BA0; }

 a { background-color: rgb(115,123,160); }

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

<style>
 span { border-color: #737BA0; }

 span { border-color: rgb(115,123,160); }

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