Html Css Color HEX #7289AA Ship Cove

📋 copy color: '#7289AA'

red 114 ◦ green 137 ◦ blue 170

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

Shades of Ship Cove #7289AA

Tints of Ship Cove #7289AA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.54%

 BLUE value IS 170 (66.8% from 255) = 40.38%

R = 27.08%
G = 32.54%
B = 40.38%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7289AA (or 0x7289AA) is known color: Ship Cove. HEX triplet: 72, 89 and AA. RGB value is (114,137,170). Sum of RGB (Red+Green+Blue) = 114+137+170=421 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.08% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #7289AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7289AA is #8D7655. Grayscale: #858585. Windows color (decimal): -9270870 or 11176306. OLE color: 11176306.

HSL color Cylindrical-coordinate representation of color #7289AA: hue angle of 215.36º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7289AA is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 137 170 -
CMYK 0.33 0.19 0 0.33
HSL 215.36º 0.25% 0.56% -
HSV(B) 215.36º 0.33% 0.67% -
XYZ 23.14 24.37 41.51 -
YUV 133.89 148.38 113.82 -
System Red Green Blue C M Y K H S L
Decimal 114 137 170 0.33 0.19 0 0.33 215.36 0.25 0.56
Hex 72 89 AA 21 13 0 21 D7 19 38
Octal 162 211 252 41 23 0 41 327 31 70
Binary 1110010 10001001 10101010 100001 10011 0 100001 11010111 11001 111000

Color Harmonies of #7289AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7289AA

Black with #7289AA

Text Example


Text Example

White with #7289AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7289AA; }

 p { color: rgb(114,137,170); }

 H1.HeaderClassName
 {
   color: #7289AA;
 }
 .AnyTagClassName
 {
   color: #7289AA;
 }
</style>

background-color css

<style>
 a { background-color: #7289AA; }

 a { background-color: rgb(114,137,170); }

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

border-color css

<style>
 span { border-color: #7289AA; }

 span { border-color: rgb(114,137,170); }

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