#288F9B

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

Shades of Scooter #288F9B

Tints of Scooter #288F9B

Color information

#288F9B (or 0x288F9B) is unknown color: approx Scooter. HEX triplet: 28, 8F and 9B. RGB value is (40,143,155). Sum of RGB (Red+Green+Blue) = 40+143+155=338 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.83% from 338); Green value is 143 (56.25% from 255 or 42.31% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #288F9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288F9B is #D77064. Grayscale: #717171. Windows color (decimal): -14119013 or 10194728. OLE color: 10194728.

HSL color Cylindrical-coordinate representation of color #288F9B: hue angle of 186.26º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #288F9B is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB40143155-
CMYK0.740.0800.39
HSL186.26º58.97%38.24%-
HSV(B)186.26º74.19%60.78%-
XYZ16.6122.4634.47-
YUV113.57151.3875.52-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.83%
GREEN value IS 143 (56.25% from 255) = 42.31%
BLUE value IS 155 (60.94% from 255) = 45.86%
R=11.83%
G=42.31%
B=45.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal401431550.740.0800.39186.2658.9738.24
Hex288F9B4A8027ba3b26
Octal50217233112100472727346
Binary101000100011111001101110010101000010011110111010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,143,155); }

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

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

 a { background-color: rgb(40,143,155); }

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

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

 span { border-color: rgb(40,143,155); }

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