Html Css Color HEX #288DAA Scooter

📋 copy color: '#288DAA'

red 40 ◦ green 141 ◦ blue 170

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

Shades of Scooter #288DAA

Tints of Scooter #288DAA

RGB

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

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

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

R = 11.4%
G = 40.17%
B = 48.43%

CMYK

 C value IS 0.76

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#288DAA (or 0x288DAA) is known color: Scooter. HEX triplet: 28, 8D and AA. RGB value is (40,141,170). Sum of RGB (Red+Green+Blue) = 40+141+170=351 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.40% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #288DAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288DAA is #D77255. Grayscale: #717171. Windows color (decimal): -14119510 or 11177256. OLE color: 11177256.

HSL color Cylindrical-coordinate representation of color #288DAA: hue angle of 193.38º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #288DAA is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 141 170 -
CMYK 0.76 0.17 0 0.33
HSL 193.38º 0.62% 0.41% -
HSV(B) 193.38º 0.76% 0.67% -
XYZ 17.66 22.4 41.42 -
YUV 114.11 159.54 75.14 -
System Red Green Blue C M Y K H S L
Decimal 40 141 170 0.76 0.17 0 0.33 193.38 0.62 0.41
Hex 28 8D AA 4C 11 0 21 C1 3E 29
Octal 50 215 252 114 21 0 41 301 76 51
Binary 101000 10001101 10101010 1001100 10001 0 100001 11000001 111110 101001

Color Harmonies of #288DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288DAA

Black with #288DAA

Text Example


Text Example

White with #288DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288DAA; }

 p { color: rgb(40,141,170); }

 H1.HeaderClassName
 {
   color: #288DAA;
 }
 .AnyTagClassName
 {
   color: #288DAA;
 }
</style>

background-color css

<style>
 a { background-color: #288DAA; }

 a { background-color: rgb(40,141,170); }

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

border-color css

<style>
 span { border-color: #288DAA; }

 span { border-color: rgb(40,141,170); }

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