Html Css Color HEX #728AAB Ship Cove

📋 copy color: '#728AAB'

red 114 ◦ green 138 ◦ blue 171

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

Shades of Ship Cove #728AAB

Tints of Ship Cove #728AAB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.62%

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

R = 26.95%
G = 32.62%
B = 40.43%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#728AAB (or 0x728AAB) is known color: Ship Cove. HEX triplet: 72, 8A and AB. RGB value is (114,138,171). Sum of RGB (Red+Green+Blue) = 114+138+171=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #728AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728AAB is #8D7554. Grayscale: #868686. Windows color (decimal): -9270613 or 11242098. OLE color: 11242098.

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

Color convert

RGB 114 138 171 -
CMYK 0.33 0.19 0 0.33
HSL 214.74º 0.25% 0.56% -
HSV(B) 214.74º 0.33% 0.67% -
XYZ 23.38 24.69 42.06 -
YUV 134.59 148.55 113.32 -
System Red Green Blue C M Y K H S L
Decimal 114 138 171 0.33 0.19 0 0.33 214.74 0.25 0.56
Hex 72 8A AB 21 13 0 21 D7 19 38
Octal 162 212 253 41 23 0 41 327 31 70
Binary 1110010 10001010 10101011 100001 10011 0 100001 11010111 11001 111000

Color Harmonies of #728AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728AAB

Black with #728AAB

Text Example


Text Example

White with #728AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,138,171); }

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

background-color css

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

 a { background-color: rgb(114,138,171); }

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

border-color css

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

 span { border-color: rgb(114,138,171); }

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