#288B9B

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

Shades of Scooter #288B9B

Tints of Scooter #288B9B

Color information

#288B9B (or 0x288B9B) is unknown color: approx Scooter. HEX triplet: 28, 8B and 9B. RGB value is (40,139,155). Sum of RGB (Red+Green+Blue) = 40+139+155=334 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.98% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #288B9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288B9B is #D77464. Grayscale: #6F6F6F. Windows color (decimal): -14120037 or 10193704. OLE color: 10193704.

HSL color Cylindrical-coordinate representation of color #288B9B: hue angle of 188.35º 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 #288B9B is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB40139155-
CMYK0.740.1000.39
HSL188.35º58.97%38.24%-
HSV(B)188.35º74.19%60.78%-
XYZ16.0221.2834.27-
YUV111.22152.777.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.98%
GREEN value IS 139 (54.69% from 255) = 41.62%
BLUE value IS 155 (60.94% from 255) = 46.41%
R=11.98%
G=41.62%
B=46.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal401391550.740.1000.39188.3558.9738.24
Hex288B9B4AA027bc3b26
Octal50213233112120472747346
Binary101000100010111001101110010101010010011110111100111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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