#288BA5

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

Shades of Scooter #288BA5

Tints of Scooter #288BA5

Color information

#288BA5 (or 0x288BA5) is unknown color: approx Scooter. HEX triplet: 28, 8B and A5. RGB value is (40,139,165). Sum of RGB (Red+Green+Blue) = 40+139+165=344 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.63% from 344); Green value is 139 (54.69% from 255 or 40.41% from 344); Blue value is 165 (64.84% from 255 or 47.97% from 344); Max value from RGB is 165 - color contains mainly: blue. Hex color #288BA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288BA5 is #D7745A. Grayscale: #707070. Windows color (decimal): -14120027 or 10849064. OLE color: 10849064.

HSL color Cylindrical-coordinate representation of color #288BA5: hue angle of 192.48º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #288BA5 is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB40139165-
CMYK0.760.1600.35
HSL192.48º60.98%40.2%-
HSV(B)192.48º75.76%64.71%-
XYZ16.921.6338.88-
YUV112.36157.776.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.63%
GREEN value IS 139 (54.69% from 255) = 40.41%
BLUE value IS 165 (64.84% from 255) = 47.97%
R=11.63%
G=40.41%
B=47.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal401391650.760.1600.35192.4860.9840.2
Hex288BA54C10023c03d28
Octal50213245114200433007550
Binary1010001000101110100101100110010000010001111000000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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