#7394B6

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

Shades of Ship Cove #7394B6

Tints of Ship Cove #7394B6

Color information

#7394B6 (or 0x7394B6) is unknown color: approx Ship Cove. HEX triplet: 73, 94 and B6. RGB value is (115,148,182). Sum of RGB (Red+Green+Blue) = 115+148+182=445 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.84% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 182 (71.48% from 255 or 40.90% from 445); Max value from RGB is 182 - color contains mainly: blue. Hex color #7394B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7394B6 is #8C6B49. Grayscale: #8D8D8D. Windows color (decimal): -9202506 or 11965555. OLE color: 11965555.

HSL color Cylindrical-coordinate representation of color #7394B6: hue angle of 210.45º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7394B6 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB115148182-
CMYK0.370.1900.29
HSL210.45º31.46%58.24%-
HSV(B)210.45º36.81%71.37%-
XYZ26.128.248.32-
YUV142.01150.57108.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.84%
GREEN value IS 148 (58.20% from 255) = 33.26%
BLUE value IS 182 (71.48% from 255) = 40.90%
R=25.84%
G=33.26%
B=40.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1151481820.370.1900.29210.4531.4658.24
Hex7394B6251301Dd21f3a
Octal16322426645230353223772
Binary11100111001010010110110100101100110111011101001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7394B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7394B6; }

 p { color: rgb(115,148,182); }

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

<style>
 a { background-color: #7394B6; }

 a { background-color: rgb(115,148,182); }

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

<style>
 span { border-color: #7394B6; }

 span { border-color: rgb(115,148,182); }

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