Shades of Scooter #258AAA
Tints of Scooter #258AAA
RGB
CMYK
RGB Variations
Color information
#258AAA (or 0x258AAA) is known color: Scooter. HEX triplet: 25, 8A and AA. RGB value is (37,138,170). Sum of RGB (Red+Green+Blue) = 37+138+170=345 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.72% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #258AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258AAA is #DA7555. Grayscale: #6F6F6F. Windows color (decimal): -14316886 or 11176485. OLE color: 11176485.
HSL color Cylindrical-coordinate representation of color #258AAA: hue angle of 194.44º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #258AAA is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 138 | 170 | - |
| CMYK | 0.78 | 0.19 | 0 | 0.33 |
| HSL | 194.44º | 0.64% | 0.41% | - |
| HSV(B) | 194.44º | 0.78% | 0.67% | - |
| XYZ | 17.11 | 21.47 | 41.27 | - |
| YUV | 111.45 | 161.04 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 138 | 170 | 0.78 | 0.19 | 0 | 0.33 | 194.44 | 0.64 | 0.41 |
| Hex | 25 | 8A | AA | 4E | 13 | 0 | 21 | C2 | 40 | 29 |
| Octal | 45 | 212 | 252 | 116 | 23 | 0 | 41 | 302 | 100 | 51 |
| Binary | 100101 | 10001010 | 10101010 | 1001110 | 10011 | 0 | 100001 | 11000010 | 1000000 | 101001 |
Color Harmonies of #258AAA
Complementary color
Monochromatic Colors of #258AAA
Black with #258AAA
Text Example
Text Example
White with #258AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258AAA; }
p { color: rgb(37,138,170); }
H1.HeaderClassName
{
color: #258AAA;
}
.AnyTagClassName
{
color: #258AAA;
}
</style>
background-color css
<style>
a { background-color: #258AAA; }
a { background-color: rgb(37,138,170); }
div.DivClassName
{
background-color: #258AAA;
}
.BgClassName
{
background-color: #258AAA;
}
</style>
border-color css
<style>
span { border-color: #258AAA; }
span { border-color: rgb(37,138,170); }
td.TdClassName
{
border-color: #258AAA;
}
.TagClassName
{
border-color: #258AAA;
}
</style>