Html Css Color HEX #728CAD Ship Cove

📋 copy color: '#728CAD'

red 114 ◦ green 140 ◦ blue 173

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

Shades of Ship Cove #728CAD

Tints of Ship Cove #728CAD

RGB

 RED value IS 114 (44.92% from 255) = 26.7%

 GREEN value IS 140 (55.08% from 255) = 32.79%

 BLUE value IS 173 (67.97% from 255) = 40.52%

R = 26.7%
G = 32.79%
B = 40.52%

CMYK

 C value IS 0.34

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#728CAD (or 0x728CAD) is known color: Ship Cove. HEX triplet: 72, 8C and AD. RGB value is (114,140,173). Sum of RGB (Red+Green+Blue) = 114+140+173=427 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.70% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #728CAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728CAD is #8D7352. Grayscale: #878787. Windows color (decimal): -9270099 or 11373682. OLE color: 11373682.

HSL color Cylindrical-coordinate representation of color #728CAD: hue angle of 213.56º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #728CAD is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 114 140 173 -
CMYK 0.34 0.19 0 0.32
HSL 213.56º 0.26% 0.56% -
HSV(B) 213.56º 0.34% 0.68% -
XYZ 23.86 25.35 43.17 -
YUV 135.99 148.89 112.32 -
System Red Green Blue C M Y K H S L
Decimal 114 140 173 0.34 0.19 0 0.32 213.56 0.26 0.56
Hex 72 8C AD 22 13 0 20 D6 1A 38
Octal 162 214 255 42 23 0 40 326 32 70
Binary 1110010 10001100 10101101 100010 10011 0 100000 11010110 11010 111000

Color Harmonies of #728CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728CAD

Black with #728CAD

Text Example


Text Example

White with #728CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728CAD; }

 p { color: rgb(114,140,173); }

 H1.HeaderClassName
 {
   color: #728CAD;
 }
 .AnyTagClassName
 {
   color: #728CAD;
 }
</style>

background-color css

<style>
 a { background-color: #728CAD; }

 a { background-color: rgb(114,140,173); }

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

border-color css

<style>
 span { border-color: #728CAD; }

 span { border-color: rgb(114,140,173); }

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