Html Css Color HEX #728DB2 Ship Cove

📋 copy color: '#728DB2'

red 114 ◦ green 141 ◦ blue 178

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

Shades of Ship Cove #728DB2

Tints of Ship Cove #728DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.11%

R = 26.33%
G = 32.56%
B = 41.11%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#728DB2 (or 0x728DB2) is known color: Ship Cove. HEX triplet: 72, 8D and B2. RGB value is (114,141,178). Sum of RGB (Red+Green+Blue) = 114+141+178=433 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.33% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 178 - color contains mainly: blue. Hex color #728DB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728DB2 is #8D724D. Grayscale: #888888. Windows color (decimal): -9269838 or 11701618. OLE color: 11701618.

HSL color Cylindrical-coordinate representation of color #728DB2: hue angle of 214.69º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #728DB2 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 114 141 178 -
CMYK 0.36 0.21 0 0.30
HSL 214.69º 0.29% 0.57% -
HSV(B) 214.69º 0.36% 0.7% -
XYZ 24.5 25.84 45.82 -
YUV 137.15 151.05 111.49 -
System Red Green Blue C M Y K H S L
Decimal 114 141 178 0.36 0.21 0 0.30 214.69 0.29 0.57
Hex 72 8D B2 24 15 0 1E D7 1D 39
Octal 162 215 262 44 25 0 36 327 35 71
Binary 1110010 10001101 10110010 100100 10101 0 11110 11010111 11101 111001

Color Harmonies of #728DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728DB2

Black with #728DB2

Text Example


Text Example

White with #728DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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