Html Css Color HEX #737D99 Ship Cove

📋 copy color: '#737D99'

red 115 ◦ green 125 ◦ blue 153

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

Shades of Ship Cove #737D99

Tints of Ship Cove #737D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.93%

R = 29.26%
G = 31.81%
B = 38.93%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#737D99 (or 0x737D99) is known color: Ship Cove. HEX triplet: 73, 7D and 99. RGB value is (115,125,153). Sum of RGB (Red+Green+Blue) = 115+125+153=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 153 - color contains mainly: blue. Hex color #737D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737D99 is #8C8266. Grayscale: #7D7D7D. Windows color (decimal): -9208423 or 10059123. OLE color: 10059123.

HSL color Cylindrical-coordinate representation of color #737D99: hue angle of 224.21º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #737D99 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 115 125 153 -
CMYK 0.25 0.18 0 0.4
HSL 224.21º 0.16% 0.53% -
HSV(B) 224.21º 0.25% 0.6% -
XYZ 20.15 20.61 33.05 -
YUV 125.2 143.69 120.72 -
System Red Green Blue C M Y K H S L
Decimal 115 125 153 0.25 0.18 0 0.4 224.21 0.16 0.53
Hex 73 7D 99 19 12 0 28 E0 10 35
Octal 163 175 231 31 22 0 50 340 20 65
Binary 1110011 1111101 10011001 11001 10010 0 101000 11100000 10000 110101

Color Harmonies of #737D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737D99

Black with #737D99

Text Example


Text Example

White with #737D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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