#737DAC

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

Shades of Ship Cove #737DAC

Tints of Ship Cove #737DAC

Color information

#737DAC (or 0x737DAC) is unknown color: approx Ship Cove. HEX triplet: 73, 7D and AC. RGB value is (115,125,172). Sum of RGB (Red+Green+Blue) = 115+125+172=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #737DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737DAC is #8C8253. Grayscale: #7F7F7F. Windows color (decimal): -9208404 or 11304307. OLE color: 11304307.

HSL color Cylindrical-coordinate representation of color #737DAC: hue angle of 229.47º degrees, saturation: 0.26, 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 #737DAC is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB115125172-
CMYK0.330.2700.33
HSL229.47º25.56%56.27%-
HSV(B)229.47º33.14%67.45%-
XYZ21.8521.2941.99-
YUV127.37153.19119.18-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.91%
GREEN value IS 125 (49.22% from 255) = 30.34%
BLUE value IS 172 (67.58% from 255) = 41.75%
R=27.91%
G=30.34%
B=41.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151251720.330.2700.33229.4725.5656.27
Hex737DAC211B021e51a38
Octal16317525441330413453270
Binary11100111111101101011001000011101101000011110010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,125,172); }

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

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

 a { background-color: rgb(115,125,172); }

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

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

 span { border-color: rgb(115,125,172); }

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