Html Css Color HEX #7391B4 Ship Cove

📋 copy color: '#7391B4'

red 115 ◦ green 145 ◦ blue 180

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

Shades of Ship Cove #7391B4

Tints of Ship Cove #7391B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.91%

R = 26.14%
G = 32.95%
B = 40.91%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7391B4 (or 0x7391B4) is known color: Ship Cove. HEX triplet: 73, 91 and B4. RGB value is (115,145,180). Sum of RGB (Red+Green+Blue) = 115+145+180=440 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.14% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 180 - color contains mainly: blue. Hex color #7391B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7391B4 is #8C6E4B. Grayscale: #8B8B8B. Windows color (decimal): -9203276 or 11833715. OLE color: 11833715.

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

Color convert

RGB 115 145 180 -
CMYK 0.36 0.19 0 0.29
HSL 212.31º 0.3% 0.58% -
HSV(B) 212.31º 0.36% 0.71% -
XYZ 25.43 27.19 47.09 -
YUV 140.02 150.56 110.15 -
System Red Green Blue C M Y K H S L
Decimal 115 145 180 0.36 0.19 0 0.29 212.31 0.3 0.58
Hex 73 91 B4 24 13 0 1D D4 1E 3A
Octal 163 221 264 44 23 0 35 324 36 72
Binary 1110011 10010001 10110100 100100 10011 0 11101 11010100 11110 111010

Color Harmonies of #7391B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7391B4

Black with #7391B4

Text Example


Text Example

White with #7391B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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