Html Css Color HEX #728CAF Ship Cove

📋 copy color: '#728CAF'

red 114 ◦ green 140 ◦ blue 175

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

Shades of Ship Cove #728CAF

Tints of Ship Cove #728CAF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.63%

 BLUE value IS 175 (68.75% from 255) = 40.79%

R = 26.57%
G = 32.63%
B = 40.79%

CMYK

 C value IS 0.35

 M value IS 0.2

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#728CAF (or 0x728CAF) is known color: Ship Cove. HEX triplet: 72, 8C and AF. RGB value is (114,140,175). Sum of RGB (Red+Green+Blue) = 114+140+175=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 175 - color contains mainly: blue. Hex color #728CAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728CAF is #8D7350. Grayscale: #888888. Windows color (decimal): -9270097 or 11504754. OLE color: 11504754.

HSL color Cylindrical-coordinate representation of color #728CAF: hue angle of 214.43º 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 #728CAF is Cyan = 0.35, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 114 140 175 -
CMYK 0.35 0.2 0 0.31
HSL 214.43º 0.28% 0.57% -
HSV(B) 214.43º 0.35% 0.69% -
XYZ 24.06 25.43 44.2 -
YUV 136.22 149.89 112.15 -
System Red Green Blue C M Y K H S L
Decimal 114 140 175 0.35 0.2 0 0.31 214.43 0.28 0.57
Hex 72 8C AF 23 14 0 1F D6 1C 39
Octal 162 214 257 43 24 0 37 326 34 71
Binary 1110010 10001100 10101111 100011 10100 0 11111 11010110 11100 111001

Color Harmonies of #728CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728CAF

Black with #728CAF

Text Example


Text Example

White with #728CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,140,175); }

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

background-color css

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

 a { background-color: rgb(114,140,175); }

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

border-color css

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

 span { border-color: rgb(114,140,175); }

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