#288699

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

Shades of Scooter #288699

Tints of Scooter #288699

Color information

#288699 (or 0x288699) is unknown color: approx Scooter. HEX triplet: 28, 86 and 99. RGB value is (40,134,153). Sum of RGB (Red+Green+Blue) = 40+134+153=327 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.23% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #288699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288699 is #D77966. Grayscale: #6B6B6B. Windows color (decimal): -14121319 or 10061352. OLE color: 10061352.

HSL color Cylindrical-coordinate representation of color #288699: hue angle of 190.09º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #288699 is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB40134153-
CMYK0.740.1200.4
HSL190.09º58.55%37.84%-
HSV(B)190.09º73.86%60%-
XYZ15.1519.833.16-
YUV108.06153.3679.46-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.23%
GREEN value IS 134 (52.73% from 255) = 40.98%
BLUE value IS 153 (60.16% from 255) = 46.79%
R=12.23%
G=40.98%
B=46.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal401341530.740.1200.4190.0958.5537.84
Hex2886994AC028be3b26
Octal50206231112140502767346
Binary101000100001101001100110010101100010100010111110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288699; }

 p { color: rgb(40,134,153); }

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

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

 a { background-color: rgb(40,134,153); }

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

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

 span { border-color: rgb(40,134,153); }

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