Html Css Color HEX #728DB3 Ship Cove

📋 copy color: '#728DB3'

red 114 ◦ green 141 ◦ blue 179

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

Shades of Ship Cove #728DB3

Tints of Ship Cove #728DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 41.24%

R = 26.27%
G = 32.49%
B = 41.24%

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

#728DB3 (or 0x728DB3) is known color: Ship Cove. HEX triplet: 72, 8D and B3. RGB value is (114,141,179). Sum of RGB (Red+Green+Blue) = 114+141+179=434 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.27% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 179 - color contains mainly: blue. Hex color #728DB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728DB3 is #8D724C. Grayscale: #898989. Windows color (decimal): -9269837 or 11767154. OLE color: 11767154.

HSL color Cylindrical-coordinate representation of color #728DB3: hue angle of 215.08º degrees, saturation: 0.3, 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 #728DB3 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 114 141 179 -
CMYK 0.36 0.21 0 0.30
HSL 215.08º 0.3% 0.57% -
HSV(B) 215.08º 0.36% 0.7% -
XYZ 24.6 25.88 46.35 -
YUV 137.26 151.55 111.41 -
System Red Green Blue C M Y K H S L
Decimal 114 141 179 0.36 0.21 0 0.30 215.08 0.3 0.57
Hex 72 8D B3 24 15 0 1E D7 1E 39
Octal 162 215 263 44 25 0 36 327 36 71
Binary 1110010 10001101 10110011 100100 10101 0 11110 11010111 11110 111001

Color Harmonies of #728DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728DB3

Black with #728DB3

Text Example


Text Example

White with #728DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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