Html Css Color HEX #728FB4 Ship Cove

📋 copy color: '#728FB4'

red 114 ◦ green 143 ◦ blue 180

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

Shades of Ship Cove #728FB4

Tints of Ship Cove #728FB4

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.72%

 BLUE value IS 180 (70.7% from 255) = 41.19%

R = 26.09%
G = 32.72%
B = 41.19%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#728FB4 (or 0x728FB4) is known color: Ship Cove. HEX triplet: 72, 8F and B4. RGB value is (114,143,180). Sum of RGB (Red+Green+Blue) = 114+143+180=437 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.09% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 180 (70.70% from 255 or 41.19% from 437); Max value from RGB is 180 - color contains mainly: blue. Hex color #728FB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728FB4 is #8D704B. Grayscale: #8A8A8A. Windows color (decimal): -9269324 or 11833202. OLE color: 11833202.

HSL color Cylindrical-coordinate representation of color #728FB4: hue angle of 213.64º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #728FB4 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 114 143 180 -
CMYK 0.37 0.21 0 0.29
HSL 213.64º 0.31% 0.58% -
HSV(B) 213.64º 0.37% 0.71% -
XYZ 25 26.52 46.98 -
YUV 138.55 151.39 110.49 -
System Red Green Blue C M Y K H S L
Decimal 114 143 180 0.37 0.21 0 0.29 213.64 0.31 0.58
Hex 72 8F B4 25 15 0 1D D6 1F 3A
Octal 162 217 264 45 25 0 35 326 37 72
Binary 1110010 10001111 10110100 100101 10101 0 11101 11010110 11111 111010

Color Harmonies of #728FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728FB4

Black with #728FB4

Text Example


Text Example

White with #728FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,143,180); }

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

background-color css

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

 a { background-color: rgb(114,143,180); }

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

border-color css

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

 span { border-color: rgb(114,143,180); }

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