#7394B4

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

Shades of Ship Cove #7394B4

Tints of Ship Cove #7394B4

Color information

#7394B4 (or 0x7394B4) is unknown color: approx Ship Cove. HEX triplet: 73, 94 and B4. RGB value is (115,148,180). Sum of RGB (Red+Green+Blue) = 115+148+180=443 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.96% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 180 - color contains mainly: blue. Hex color #7394B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7394B4 is #8C6B4B. Grayscale: #8D8D8D. Windows color (decimal): -9202508 or 11834483. OLE color: 11834483.

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

Color convert

RGB115148180-
CMYK0.360.1800.29
HSL209.54º30.23%57.84%-
HSV(B)209.54º36.11%70.59%-
XYZ25.928.1247.24-
YUV141.78149.57108.9-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.96%
GREEN value IS 148 (58.20% from 255) = 33.41%
BLUE value IS 180 (70.70% from 255) = 40.63%
R=25.96%
G=33.41%
B=40.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1151481800.360.1800.29209.5430.2357.84
Hex7394B4241201Dd21e3a
Octal16322426444220353223672
Binary11100111001010010110100100100100100111011101001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7394B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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