Html Css Color HEX #728AAC Ship Cove

📋 copy color: '#728AAC'

red 114 ◦ green 138 ◦ blue 172

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

Shades of Ship Cove #728AAC

Tints of Ship Cove #728AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.57%

R = 26.89%
G = 32.55%
B = 40.57%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#728AAC (or 0x728AAC) is known color: Ship Cove. HEX triplet: 72, 8A and AC. RGB value is (114,138,172). Sum of RGB (Red+Green+Blue) = 114+138+172=424 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.89% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 172 - color contains mainly: blue. Hex color #728AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728AAC is #8D7553. Grayscale: #868686. Windows color (decimal): -9270612 or 11307634. OLE color: 11307634.

HSL color Cylindrical-coordinate representation of color #728AAC: hue angle of 215.17º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #728AAC is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 138 172 -
CMYK 0.34 0.20 0 0.33
HSL 215.17º 0.26% 0.56% -
HSV(B) 215.17º 0.34% 0.67% -
XYZ 23.47 24.73 42.57 -
YUV 134.7 149.05 113.24 -
System Red Green Blue C M Y K H S L
Decimal 114 138 172 0.34 0.20 0 0.33 215.17 0.26 0.56
Hex 72 8A AC 22 14 0 21 D7 1A 38
Octal 162 212 254 42 24 0 41 327 32 70
Binary 1110010 10001010 10101100 100010 10100 0 100001 11010111 11010 111000

Color Harmonies of #728AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728AAC

Black with #728AAC

Text Example


Text Example

White with #728AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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