Html Css Color HEX #7391B6 Ship Cove

📋 copy color: '#7391B6'

red 115 ◦ green 145 ◦ blue 182

#7391B6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ship Cove #7391B6

Tints of Ship Cove #7391B6

RGB

 RED value IS 115 (45.31% from 255) = 26.02%

 GREEN value IS 145 (57.03% from 255) = 32.81%

 BLUE value IS 182 (71.48% from 255) = 41.18%

R = 26.02%
G = 32.81%
B = 41.18%

CMYK

 C value IS 0.37

 M value IS 0.20

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7391B6 (or 0x7391B6) is known color: Ship Cove. HEX triplet: 73, 91 and B6. RGB value is (115,145,182). Sum of RGB (Red+Green+Blue) = 115+145+182=442 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.02% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 182 (71.48% from 255 or 41.18% from 442); Max value from RGB is 182 - color contains mainly: blue. Hex color #7391B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7391B6 is #8C6E49. Grayscale: #8C8C8C. Windows color (decimal): -9203274 or 11964787. OLE color: 11964787.

HSL color Cylindrical-coordinate representation of color #7391B6: hue angle of 213.13º 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 #7391B6 is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 115 145 182 -
CMYK 0.37 0.20 0 0.29
HSL 213.13º 0.31% 0.58% -
HSV(B) 213.13º 0.37% 0.71% -
XYZ 25.64 27.27 48.17 -
YUV 140.25 151.56 109.99 -
System Red Green Blue C M Y K H S L
Decimal 115 145 182 0.37 0.20 0 0.29 213.13 0.31 0.58
Hex 73 91 B6 25 14 0 1D D5 1F 3A
Octal 163 221 266 45 24 0 35 325 37 72
Binary 1110011 10010001 10110110 100101 10100 0 11101 11010101 11111 111010

Color Harmonies of #7391B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7391B6

Black with #7391B6

Text Example


Text Example

White with #7391B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7391B6;
 }
 .AnyTagClassName
 {
   color: #7391B6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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