Html Css Color HEX #737EA0 Ship Cove

📋 copy color: '#737EA0'

red 115 ◦ green 126 ◦ blue 160

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

Shades of Ship Cove #737EA0

Tints of Ship Cove #737EA0

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.42%

 BLUE value IS 160 (62.89% from 255) = 39.9%

R = 28.68%
G = 31.42%
B = 39.9%

CMYK

 C value IS 0.28

 M value IS 0.21

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#737EA0 (or 0x737EA0) is known color: Ship Cove. HEX triplet: 73, 7E and A0. RGB value is (115,126,160). Sum of RGB (Red+Green+Blue) = 115+126+160=401 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.68% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 160 - color contains mainly: blue. Hex color #737EA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737EA0 is #8C815F. Grayscale: #7E7E7E. Windows color (decimal): -9208160 or 10518131. OLE color: 10518131.

HSL color Cylindrical-coordinate representation of color #737EA0: hue angle of 225.33º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #737EA0 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 115 126 160 -
CMYK 0.28 0.21 0 0.37
HSL 225.33º 0.19% 0.54% -
HSV(B) 225.33º 0.28% 0.63% -
XYZ 20.88 21.1 36.23 -
YUV 126.59 146.86 119.74 -
System Red Green Blue C M Y K H S L
Decimal 115 126 160 0.28 0.21 0 0.37 225.33 0.19 0.54
Hex 73 7E A0 1C 15 0 25 E1 13 36
Octal 163 176 240 34 25 0 45 341 23 66
Binary 1110011 1111110 10100000 11100 10101 0 100101 11100001 10011 110110

Color Harmonies of #737EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737EA0

Black with #737EA0

Text Example


Text Example

White with #737EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737EA0; }

 p { color: rgb(115,126,160); }

 H1.HeaderClassName
 {
   color: #737EA0;
 }
 .AnyTagClassName
 {
   color: #737EA0;
 }
</style>

background-color css

<style>
 a { background-color: #737EA0; }

 a { background-color: rgb(115,126,160); }

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

border-color css

<style>
 span { border-color: #737EA0; }

 span { border-color: rgb(115,126,160); }

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