Shades of Scooter #288CA4
Tints of Scooter #288CA4
RGB
CMYK
RGB Variations
Color information
#288CA4 (or 0x288CA4) is known color: Scooter. HEX triplet: 28, 8C and A4. RGB value is (40,140,164). Sum of RGB (Red+Green+Blue) = 40+140+164=344 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.63% from 344); Green value is 140 (55.08% from 255 or 40.70% from 344); Blue value is 164 (64.45% from 255 or 47.67% from 344); Max value from RGB is 164 - color contains mainly: blue. Hex color #288CA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288CA4 is #D7735B. Grayscale: #707070. Windows color (decimal): -14119772 or 10783784. OLE color: 10783784.
HSL color Cylindrical-coordinate representation of color #288CA4: hue angle of 191.61º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #288CA4 is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 140 | 164 | - |
| CMYK | 0.76 | 0.15 | 0 | 0.36 |
| HSL | 191.61º | 0.61% | 0.4% | - |
| HSV(B) | 191.61º | 0.76% | 0.64% | - |
| XYZ | 16.95 | 21.89 | 38.45 | - |
| YUV | 112.84 | 156.87 | 76.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 164 | 0.76 | 0.15 | 0 | 0.36 | 191.61 | 0.61 | 0.4 |
| Hex | 28 | 8C | A4 | 4C | F | 0 | 24 | C0 | 3D | 28 |
| Octal | 50 | 214 | 244 | 114 | 17 | 0 | 44 | 300 | 75 | 50 |
| Binary | 101000 | 10001100 | 10100100 | 1001100 | 1111 | 0 | 100100 | 11000000 | 111101 | 101000 |
Color Harmonies of #288CA4
Complementary color
Monochromatic Colors of #288CA4
Black with #288CA4
Text Example
Text Example
White with #288CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288CA4; }
p { color: rgb(40,140,164); }
H1.HeaderClassName
{
color: #288CA4;
}
.AnyTagClassName
{
color: #288CA4;
}
</style>
background-color css
<style>
a { background-color: #288CA4; }
a { background-color: rgb(40,140,164); }
div.DivClassName
{
background-color: #288CA4;
}
.BgClassName
{
background-color: #288CA4;
}
</style>
border-color css
<style>
span { border-color: #288CA4; }
span { border-color: rgb(40,140,164); }
td.TdClassName
{
border-color: #288CA4;
}
.TagClassName
{
border-color: #288CA4;
}
</style>