Html Css Color HEX #728DAE Ship Cove

📋 copy color: '#728DAE'

red 114 ◦ green 141 ◦ blue 174

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

Shades of Ship Cove #728DAE

Tints of Ship Cove #728DAE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.87%

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

R = 26.57%
G = 32.87%
B = 40.56%

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

#728DAE (or 0x728DAE) is known color: Ship Cove. HEX triplet: 72, 8D and AE. RGB value is (114,141,174). Sum of RGB (Red+Green+Blue) = 114+141+174=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #728DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728DAE is #8D7251. Grayscale: #888888. Windows color (decimal): -9269842 or 11439474. OLE color: 11439474.

HSL color Cylindrical-coordinate representation of color #728DAE: hue angle of 213º degrees, saturation: 0.27, 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 #728DAE is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 114 141 174 -
CMYK 0.34 0.19 0 0.32
HSL 213º 0.27% 0.56% -
HSV(B) 213º 0.34% 0.68% -
XYZ 24.1 25.68 43.73 -
YUV 136.69 149.05 111.82 -
System Red Green Blue C M Y K H S L
Decimal 114 141 174 0.34 0.19 0 0.32 213 0.27 0.56
Hex 72 8D AE 22 13 0 20 D5 1B 38
Octal 162 215 256 42 23 0 40 325 33 70
Binary 1110010 10001101 10101110 100010 10011 0 100000 11010101 11011 111000

Color Harmonies of #728DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728DAE

Black with #728DAE

Text Example


Text Example

White with #728DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,141,174); }

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

background-color css

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

 a { background-color: rgb(114,141,174); }

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

border-color css

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

 span { border-color: rgb(114,141,174); }

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