#7387B3

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

Shades of Ship Cove #7387B3

Tints of Ship Cove #7387B3

Color information

#7387B3 (or 0x7387B3) is unknown color: approx Ship Cove. HEX triplet: 73, 87 and B3. RGB value is (115,135,179). Sum of RGB (Red+Green+Blue) = 115+135+179=429 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.81% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 179 (70.31% from 255 or 41.72% from 429); Max value from RGB is 179 - color contains mainly: blue. Hex color #7387B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7387B3 is #8C784C. Grayscale: #858585. Windows color (decimal): -9205837 or 11765619. OLE color: 11765619.

HSL color Cylindrical-coordinate representation of color #7387B3: hue angle of 221.25º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7387B3 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB115135179-
CMYK0.360.2500.30
HSL221.25º29.63%57.65%-
HSV(B)221.25º35.75%70.2%-
XYZ23.8724.2346.07-
YUV134.04153.37114.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.81%
GREEN value IS 135 (53.12% from 255) = 31.47%
BLUE value IS 179 (70.31% from 255) = 41.72%
R=26.81%
G=31.47%
B=41.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1151351790.360.2500.30221.2529.6357.65
Hex7387B3241901Edd1e3a
Octal16320726344310363353672
Binary11100111000011110110011100100110010111101101110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7387B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7387B3; }

 p { color: rgb(115,135,179); }

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

<style>
 a { background-color: #7387B3; }

 a { background-color: rgb(115,135,179); }

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

<style>
 span { border-color: #7387B3; }

 span { border-color: rgb(115,135,179); }

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