Html Css Color HEX #728BAA Ship Cove

📋 copy color: '#728BAA'

red 114 ◦ green 139 ◦ blue 170

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

Shades of Ship Cove #728BAA

Tints of Ship Cove #728BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.19%

R = 26.95%
G = 32.86%
B = 40.19%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#728BAA (or 0x728BAA) is known color: Ship Cove. HEX triplet: 72, 8B and AA. RGB value is (114,139,170). Sum of RGB (Red+Green+Blue) = 114+139+170=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #728BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728BAA is #8D7455. Grayscale: #868686. Windows color (decimal): -9270358 or 11176818. OLE color: 11176818.

HSL color Cylindrical-coordinate representation of color #728BAA: hue angle of 213.21º 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 #728BAA is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 139 170 -
CMYK 0.33 0.18 0 0.33
HSL 213.21º 0.25% 0.56% -
HSV(B) 213.21º 0.33% 0.67% -
XYZ 23.43 24.94 41.61 -
YUV 135.06 147.72 112.98 -
System Red Green Blue C M Y K H S L
Decimal 114 139 170 0.33 0.18 0 0.33 213.21 0.25 0.56
Hex 72 8B AA 21 12 0 21 D5 19 38
Octal 162 213 252 41 22 0 41 325 31 70
Binary 1110010 10001011 10101010 100001 10010 0 100001 11010101 11001 111000

Color Harmonies of #728BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728BAA

Black with #728BAA

Text Example


Text Example

White with #728BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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