Html Css Color HEX #7391B3 Ship Cove

📋 copy color: '#7391B3'

red 115 ◦ green 145 ◦ blue 179

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

Shades of Ship Cove #7391B3

Tints of Ship Cove #7391B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.77%

R = 26.2%
G = 33.03%
B = 40.77%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7391B3 (or 0x7391B3) is known color: Ship Cove. HEX triplet: 73, 91 and B3. RGB value is (115,145,179). Sum of RGB (Red+Green+Blue) = 115+145+179=439 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.20% from 439); Green value is 145 (57.03% from 255 or 33.03% from 439); Blue value is 179 (70.31% from 255 or 40.77% from 439); Max value from RGB is 179 - color contains mainly: blue. Hex color #7391B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7391B3 is #8C6E4C. Grayscale: #8B8B8B. Windows color (decimal): -9203277 or 11768179. OLE color: 11768179.

HSL color Cylindrical-coordinate representation of color #7391B3: hue angle of 211.88º 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 #7391B3 is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 115 145 179 -
CMYK 0.36 0.19 0 0.30
HSL 211.88º 0.3% 0.58% -
HSV(B) 211.88º 0.36% 0.7% -
XYZ 25.33 27.15 46.55 -
YUV 139.91 150.06 110.24 -
System Red Green Blue C M Y K H S L
Decimal 115 145 179 0.36 0.19 0 0.30 211.88 0.3 0.58
Hex 73 91 B3 24 13 0 1E D4 1E 3A
Octal 163 221 263 44 23 0 36 324 36 72
Binary 1110011 10010001 10110011 100100 10011 0 11110 11010100 11110 111010

Color Harmonies of #7391B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7391B3

Black with #7391B3

Text Example


Text Example

White with #7391B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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