Html Css Color HEX #728BAE Ship Cove

📋 copy color: '#728BAE'

red 114 ◦ green 139 ◦ blue 174

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

Shades of Ship Cove #728BAE

Tints of Ship Cove #728BAE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.55%

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

R = 26.7%
G = 32.55%
B = 40.75%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#728BAE (or 0x728BAE) is known color: Ship Cove. HEX triplet: 72, 8B and AE. RGB value is (114,139,174). Sum of RGB (Red+Green+Blue) = 114+139+174=427 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.70% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 174 - color contains mainly: blue. Hex color #728BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728BAE is #8D7451. Grayscale: #878787. Windows color (decimal): -9270354 or 11438962. OLE color: 11438962.

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

Color convert

RGB 114 139 174 -
CMYK 0.34 0.20 0 0.32
HSL 215º 0.27% 0.56% -
HSV(B) 215º 0.34% 0.68% -
XYZ 23.81 25.1 43.63 -
YUV 135.52 149.72 112.65 -
System Red Green Blue C M Y K H S L
Decimal 114 139 174 0.34 0.20 0 0.32 215 0.27 0.56
Hex 72 8B AE 22 14 0 20 D7 1B 38
Octal 162 213 256 42 24 0 40 327 33 70
Binary 1110010 10001011 10101110 100010 10100 0 100000 11010111 11011 111000

Color Harmonies of #728BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728BAE

Black with #728BAE

Text Example


Text Example

White with #728BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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