Html Css Color HEX #728DB0 Ship Cove

📋 copy color: '#728DB0'

red 114 ◦ green 141 ◦ blue 176

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

Shades of Ship Cove #728DB0

Tints of Ship Cove #728DB0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.71%

 BLUE value IS 176 (69.14% from 255) = 40.84%

R = 26.45%
G = 32.71%
B = 40.84%

CMYK

 C value IS 0.35

 M value IS 0.20

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#728DB0 (or 0x728DB0) is known color: Ship Cove. HEX triplet: 72, 8D and B0. RGB value is (114,141,176). Sum of RGB (Red+Green+Blue) = 114+141+176=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 176 - color contains mainly: blue. Hex color #728DB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728DB0 is #8D724F. Grayscale: #888888. Windows color (decimal): -9269840 or 11570546. OLE color: 11570546.

HSL color Cylindrical-coordinate representation of color #728DB0: hue angle of 213.87º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #728DB0 is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 114 141 176 -
CMYK 0.35 0.20 0 0.31
HSL 213.87º 0.28% 0.57% -
HSV(B) 213.87º 0.35% 0.69% -
XYZ 24.3 25.76 44.77 -
YUV 136.92 150.05 111.65 -
System Red Green Blue C M Y K H S L
Decimal 114 141 176 0.35 0.20 0 0.31 213.87 0.28 0.57
Hex 72 8D B0 23 14 0 1F D6 1C 39
Octal 162 215 260 43 24 0 37 326 34 71
Binary 1110010 10001101 10110000 100011 10100 0 11111 11010110 11100 111001

Color Harmonies of #728DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728DB0

Black with #728DB0

Text Example


Text Example

White with #728DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,141,176); }

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

background-color css

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

 a { background-color: rgb(114,141,176); }

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

border-color css

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

 span { border-color: rgb(114,141,176); }

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