Html Css Color HEX #737CA0 Ship Cove

📋 copy color: '#737CA0'

red 115 ◦ green 124 ◦ blue 160

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

Shades of Ship Cove #737CA0

Tints of Ship Cove #737CA0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.08%

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

R = 28.82%
G = 31.08%
B = 40.1%

CMYK

 C value IS 0.28

 M value IS 0.22

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#737CA0 (or 0x737CA0) is known color: Ship Cove. HEX triplet: 73, 7C and A0. RGB value is (115,124,160). Sum of RGB (Red+Green+Blue) = 115+124+160=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 160 - color contains mainly: blue. Hex color #737CA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737CA0 is #8C835F. Grayscale: #7D7D7D. Windows color (decimal): -9208672 or 10517619. OLE color: 10517619.

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

Color convert

RGB 115 124 160 -
CMYK 0.28 0.22 0 0.37
HSL 228º 0.19% 0.54% -
HSV(B) 228º 0.28% 0.63% -
XYZ 20.62 20.6 36.15 -
YUV 125.41 147.52 120.57 -
System Red Green Blue C M Y K H S L
Decimal 115 124 160 0.28 0.22 0 0.37 228 0.19 0.54
Hex 73 7C A0 1C 16 0 25 E4 13 36
Octal 163 174 240 34 26 0 45 344 23 66
Binary 1110011 1111100 10100000 11100 10110 0 100101 11100100 10011 110110

Color Harmonies of #737CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737CA0

Black with #737CA0

Text Example


Text Example

White with #737CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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