Html Css Color HEX #737AA0 Ship Cove

📋 copy color: '#737AA0'

red 115 ◦ green 122 ◦ blue 160

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

Shades of Ship Cove #737AA0

Tints of Ship Cove #737AA0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.73%

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

R = 28.97%
G = 30.73%
B = 40.3%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#737AA0 (or 0x737AA0) is known color: Ship Cove. HEX triplet: 73, 7A and A0. RGB value is (115,122,160). Sum of RGB (Red+Green+Blue) = 115+122+160=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 160 - color contains mainly: blue. Hex color #737AA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737AA0 is #8C855F. Grayscale: #7C7C7C. Windows color (decimal): -9209184 or 10517107. OLE color: 10517107.

HSL color Cylindrical-coordinate representation of color #737AA0: hue angle of 230.67º 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 #737AA0 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 115 122 160 -
CMYK 0.28 0.24 0 0.37
HSL 230.67º 0.19% 0.54% -
HSV(B) 230.67º 0.28% 0.63% -
XYZ 20.37 20.1 36.06 -
YUV 124.24 148.18 121.41 -
System Red Green Blue C M Y K H S L
Decimal 115 122 160 0.28 0.24 0 0.37 230.67 0.19 0.54
Hex 73 7A A0 1C 18 0 25 E7 13 36
Octal 163 172 240 34 30 0 45 347 23 66
Binary 1110011 1111010 10100000 11100 11000 0 100101 11100111 10011 110110

Color Harmonies of #737AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737AA0

Black with #737AA0

Text Example


Text Example

White with #737AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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