Shades of Scooter #2D83AA
Tints of Scooter #2D83AA
RGB
CMYK
RGB Variations
Color information
#2D83AA (or 0x2D83AA) is known color: Scooter. HEX triplet: 2D, 83 and AA. RGB value is (45,131,170). Sum of RGB (Red+Green+Blue) = 45+131+170=346 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.01% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #2D83AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D83AA is #D27C55. Grayscale: #6D6D6D. Windows color (decimal): -13794390 or 11174701. OLE color: 11174701.
HSL color Cylindrical-coordinate representation of color #2D83AA: hue angle of 198.72º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D83AA is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 131 | 170 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.33 |
| HSL | 198.72º | 0.58% | 0.42% | - |
| HSV(B) | 198.72º | 0.74% | 0.67% | - |
| XYZ | 16.45 | 19.69 | 40.96 | - |
| YUV | 109.73 | 162.01 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 131 | 170 | 0.74 | 0.23 | 0 | 0.33 | 198.72 | 0.58 | 0.42 |
| Hex | 2D | 83 | AA | 4A | 17 | 0 | 21 | C7 | 3A | 2A |
| Octal | 55 | 203 | 252 | 112 | 27 | 0 | 41 | 307 | 72 | 52 |
| Binary | 101101 | 10000011 | 10101010 | 1001010 | 10111 | 0 | 100001 | 11000111 | 111010 | 101010 |
Color Harmonies of #2D83AA
Complementary color
Monochromatic Colors of #2D83AA
Black with #2D83AA
Text Example
Text Example
White with #2D83AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D83AA; }
p { color: rgb(45,131,170); }
H1.HeaderClassName
{
color: #2D83AA;
}
.AnyTagClassName
{
color: #2D83AA;
}
</style>
background-color css
<style>
a { background-color: #2D83AA; }
a { background-color: rgb(45,131,170); }
div.DivClassName
{
background-color: #2D83AA;
}
.BgClassName
{
background-color: #2D83AA;
}
</style>
border-color css
<style>
span { border-color: #2D83AA; }
span { border-color: rgb(45,131,170); }
td.TdClassName
{
border-color: #2D83AA;
}
.TagClassName
{
border-color: #2D83AA;
}
</style>