#288B9E

Color #288B9E Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #288B9E

Tints of Scooter #288B9E

Color information

#288B9E (or 0x288B9E) is unknown color: approx Scooter. HEX triplet: 28, 8B and 9E. RGB value is (40,139,158). Sum of RGB (Red+Green+Blue) = 40+139+158=337 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.87% from 337); Green value is 139 (54.69% from 255 or 41.25% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 158 - color contains mainly: blue. Hex color #288B9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288B9E is #D77461. Grayscale: #6F6F6F. Windows color (decimal): -14120034 or 10390312. OLE color: 10390312.

HSL color Cylindrical-coordinate representation of color #288B9E: hue angle of 189.66º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #288B9E is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB40139158-
CMYK0.750.1200.38
HSL189.66º59.6%38.82%-
HSV(B)189.66º74.68%61.96%-
XYZ16.2821.3835.62-
YUV111.56154.276.96-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.87%
GREEN value IS 139 (54.69% from 255) = 41.25%
BLUE value IS 158 (62.11% from 255) = 46.88%
R=11.87%
G=41.25%
B=46.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal401391580.750.1200.38189.6659.638.82
Hex288B9E4BC026be3c27
Octal50213236113140462767447
Binary101000100010111001111010010111100010011010111110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,139,158); }

 H1.HeaderClassName
 {
   color: #288B9E;
 }
 .AnyTagClassName
 {
   color: #288B9E;
 }
</style>
background-color css

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

 a { background-color: rgb(40,139,158); }

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

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

 span { border-color: rgb(40,139,158); }

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