Html Css Color HEX #2889AD Scooter

📋 copy color: '#2889AD'

red 40 ◦ green 137 ◦ blue 173

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

Shades of Scooter #2889AD

Tints of Scooter #2889AD

RGB

 RED value IS 40 (16.02% from 255) = 11.43%

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

 BLUE value IS 173 (67.97% from 255) = 49.43%

R = 11.43%
G = 39.14%
B = 49.43%

CMYK

 C value IS 0.77

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2889AD (or 0x2889AD) is known color: Scooter. HEX triplet: 28, 89 and AD. RGB value is (40,137,173). Sum of RGB (Red+Green+Blue) = 40+137+173=350 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.43% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #2889AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2889AD is #D77652. Grayscale: #6F6F6F. Windows color (decimal): -14120531 or 11372840. OLE color: 11372840.

HSL color Cylindrical-coordinate representation of color #2889AD: hue angle of 196.24º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2889AD is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 40 137 173 -
CMYK 0.77 0.21 0 0.32
HSL 196.24º 0.62% 0.42% -
HSV(B) 196.24º 0.77% 0.68% -
XYZ 17.36 21.36 42.74 -
YUV 112.1 162.36 76.57 -
System Red Green Blue C M Y K H S L
Decimal 40 137 173 0.77 0.21 0 0.32 196.24 0.62 0.42
Hex 28 89 AD 4D 15 0 20 C4 3E 2A
Octal 50 211 255 115 25 0 40 304 76 52
Binary 101000 10001001 10101101 1001101 10101 0 100000 11000100 111110 101010

Color Harmonies of #2889AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2889AD

Black with #2889AD

Text Example


Text Example

White with #2889AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2889AD; }

 p { color: rgb(40,137,173); }

 H1.HeaderClassName
 {
   color: #2889AD;
 }
 .AnyTagClassName
 {
   color: #2889AD;
 }
</style>

background-color css

<style>
 a { background-color: #2889AD; }

 a { background-color: rgb(40,137,173); }

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

border-color css

<style>
 span { border-color: #2889AD; }

 span { border-color: rgb(40,137,173); }

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