Html Css Color HEX #737DAB Ship Cove

📋 copy color: '#737DAB'

red 115 ◦ green 125 ◦ blue 171

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

Shades of Ship Cove #737DAB

Tints of Ship Cove #737DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.61%

R = 27.98%
G = 30.41%
B = 41.61%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#737DAB (or 0x737DAB) is known color: Ship Cove. HEX triplet: 73, 7D and AB. RGB value is (115,125,171). Sum of RGB (Red+Green+Blue) = 115+125+171=411 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.98% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #737DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737DAB is #8C8254. Grayscale: #7F7F7F. Windows color (decimal): -9208405 or 11238771. OLE color: 11238771.

HSL color Cylindrical-coordinate representation of color #737DAB: hue angle of 229.29º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #737DAB is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 125 171 -
CMYK 0.33 0.27 0 0.33
HSL 229.29º 0.25% 0.56% -
HSV(B) 229.29º 0.33% 0.67% -
XYZ 21.75 21.25 41.48 -
YUV 127.25 152.69 119.26 -
System Red Green Blue C M Y K H S L
Decimal 115 125 171 0.33 0.27 0 0.33 229.29 0.25 0.56
Hex 73 7D AB 21 1B 0 21 E5 19 38
Octal 163 175 253 41 33 0 41 345 31 70
Binary 1110011 1111101 10101011 100001 11011 0 100001 11100101 11001 111000

Color Harmonies of #737DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737DAB

Black with #737DAB

Text Example


Text Example

White with #737DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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