Html Css Color HEX #737DAE Ship Cove

📋 copy color: '#737DAE'

red 115 ◦ green 125 ◦ blue 174

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

Shades of Ship Cove #737DAE

Tints of Ship Cove #737DAE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.19%

 BLUE value IS 174 (68.36% from 255) = 42.03%

R = 27.78%
G = 30.19%
B = 42.03%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#737DAE (or 0x737DAE) is known color: Ship Cove. HEX triplet: 73, 7D and AE. RGB value is (115,125,174). Sum of RGB (Red+Green+Blue) = 115+125+174=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #737DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737DAE is #8C8251. Grayscale: #7F7F7F. Windows color (decimal): -9208402 or 11435379. OLE color: 11435379.

HSL color Cylindrical-coordinate representation of color #737DAE: hue angle of 229.83º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #737DAE is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 115 125 174 -
CMYK 0.34 0.28 0 0.32
HSL 229.83º 0.27% 0.57% -
HSV(B) 229.83º 0.34% 0.68% -
XYZ 22.04 21.37 43.01 -
YUV 127.6 154.19 119.02 -
System Red Green Blue C M Y K H S L
Decimal 115 125 174 0.34 0.28 0 0.32 229.83 0.27 0.57
Hex 73 7D AE 22 1C 0 20 E6 1B 39
Octal 163 175 256 42 34 0 40 346 33 71
Binary 1110011 1111101 10101110 100010 11100 0 100000 11100110 11011 111001

Color Harmonies of #737DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737DAE

Black with #737DAE

Text Example


Text Example

White with #737DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,125,174); }

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

background-color css

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

 a { background-color: rgb(115,125,174); }

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

border-color css

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

 span { border-color: rgb(115,125,174); }

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