Html Css Color HEX #728BAB Ship Cove

📋 copy color: '#728BAB'

red 114 ◦ green 139 ◦ blue 171

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

Shades of Ship Cove #728BAB

Tints of Ship Cove #728BAB

RGB

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

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

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

R = 26.89%
G = 32.78%
B = 40.33%

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

#728BAB (or 0x728BAB) is known color: Ship Cove. HEX triplet: 72, 8B and AB. RGB value is (114,139,171). Sum of RGB (Red+Green+Blue) = 114+139+171=424 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.89% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #728BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728BAB is #8D7454. Grayscale: #878787. Windows color (decimal): -9270357 or 11242354. OLE color: 11242354.

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

Color convert

RGB 114 139 171 -
CMYK 0.33 0.19 0 0.33
HSL 213.68º 0.25% 0.56% -
HSV(B) 213.68º 0.33% 0.67% -
XYZ 23.52 24.98 42.11 -
YUV 135.17 148.22 112.9 -
System Red Green Blue C M Y K H S L
Decimal 114 139 171 0.33 0.19 0 0.33 213.68 0.25 0.56
Hex 72 8B AB 21 13 0 21 D6 19 38
Octal 162 213 253 41 23 0 41 326 31 70
Binary 1110010 10001011 10101011 100001 10011 0 100001 11010110 11001 111000

Color Harmonies of #728BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728BAB

Black with #728BAB

Text Example


Text Example

White with #728BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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