Html Css Color HEX #737D9C Ship Cove

📋 copy color: '#737D9C'

red 115 ◦ green 125 ◦ blue 156

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

Shades of Ship Cove #737D9C

Tints of Ship Cove #737D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.39%

R = 29.04%
G = 31.57%
B = 39.39%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#737D9C (or 0x737D9C) is known color: Ship Cove. HEX triplet: 73, 7D and 9C. RGB value is (115,125,156). Sum of RGB (Red+Green+Blue) = 115+125+156=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 156 - color contains mainly: blue. Hex color #737D9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737D9C is #8C8263. Grayscale: #7D7D7D. Windows color (decimal): -9208420 or 10255731. OLE color: 10255731.

HSL color Cylindrical-coordinate representation of color #737D9C: hue angle of 225.37º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #737D9C is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 115 125 156 -
CMYK 0.26 0.20 0 0.39
HSL 225.37º 0.17% 0.53% -
HSV(B) 225.37º 0.26% 0.61% -
XYZ 20.4 20.71 34.37 -
YUV 125.54 145.19 120.48 -
System Red Green Blue C M Y K H S L
Decimal 115 125 156 0.26 0.20 0 0.39 225.37 0.17 0.53
Hex 73 7D 9C 1A 14 0 27 E1 11 35
Octal 163 175 234 32 24 0 47 341 21 65
Binary 1110011 1111101 10011100 11010 10100 0 100111 11100001 10001 110101

Color Harmonies of #737D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737D9C

Black with #737D9C

Text Example


Text Example

White with #737D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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