Html Css Color HEX #288A97 Scooter

📋 copy color: '#288A97'

red 40 ◦ green 138 ◦ blue 151

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

Shades of Scooter #288A97

Tints of Scooter #288A97

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.95%

 BLUE value IS 151 (59.38% from 255) = 45.9%

R = 12.16%
G = 41.95%
B = 45.9%

CMYK

 C value IS 0.74

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#288A97 (or 0x288A97) is known color: Scooter. HEX triplet: 28, 8A and 97. RGB value is (40,138,151). Sum of RGB (Red+Green+Blue) = 40+138+151=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 138 (54.30% from 255 or 41.95% from 329); Blue value is 151 (59.38% from 255 or 45.90% from 329); Max value from RGB is 151 - color contains mainly: blue. Hex color #288A97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288A97 is #D77568. Grayscale: #6E6E6E. Windows color (decimal): -14120297 or 9931304. OLE color: 9931304.

HSL color Cylindrical-coordinate representation of color #288A97: hue angle of 187.03º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #288A97 is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 40 138 151 -
CMYK 0.74 0.09 0 0.41
HSL 187.03º 0.58% 0.37% -
HSV(B) 187.03º 0.74% 0.59% -
XYZ 15.55 20.86 32.49 -
YUV 110.18 151.03 77.94 -
System Red Green Blue C M Y K H S L
Decimal 40 138 151 0.74 0.09 0 0.41 187.03 0.58 0.37
Hex 28 8A 97 4A 9 0 29 BB 3A 25
Octal 50 212 227 112 11 0 51 273 72 45
Binary 101000 10001010 10010111 1001010 1001 0 101001 10111011 111010 100101

Color Harmonies of #288A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288A97

Black with #288A97

Text Example


Text Example

White with #288A97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,138,151); }

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

background-color css

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

 a { background-color: rgb(40,138,151); }

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

border-color css

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

 span { border-color: rgb(40,138,151); }

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