Shades of Scooter #2483A5
Tints of Scooter #2483A5
RGB
CMYK
RGB Variations
Color information
#2483A5 (or 0x2483A5) is known color: Scooter. HEX triplet: 24, 83 and A5. RGB value is (36,131,165). Sum of RGB (Red+Green+Blue) = 36+131+165=332 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.84% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 165 (64.84% from 255 or 49.70% from 332); Max value from RGB is 165 - color contains mainly: blue. Hex color #2483A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2483A5 is #DB7C5A. Grayscale: #6A6A6A. Windows color (decimal): -14384219 or 10847012. OLE color: 10847012.
HSL color Cylindrical-coordinate representation of color #2483A5: hue angle of 195.81º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2483A5 is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 36 | 131 | 165 | - |
| CMYK | 0.78 | 0.21 | 0 | 0.35 |
| HSL | 195.81º | 0.64% | 0.39% | - |
| HSV(B) | 195.81º | 0.78% | 0.65% | - |
| XYZ | 15.64 | 19.32 | 38.5 | - |
| YUV | 106.47 | 161.03 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 131 | 165 | 0.78 | 0.21 | 0 | 0.35 | 195.81 | 0.64 | 0.39 |
| Hex | 24 | 83 | A5 | 4E | 15 | 0 | 23 | C4 | 40 | 27 |
| Octal | 44 | 203 | 245 | 116 | 25 | 0 | 43 | 304 | 100 | 47 |
| Binary | 100100 | 10000011 | 10100101 | 1001110 | 10101 | 0 | 100011 | 11000100 | 1000000 | 100111 |
Color Harmonies of #2483A5
Complementary color
Monochromatic Colors of #2483A5
Black with #2483A5
Text Example
Text Example
White with #2483A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2483A5; }
p { color: rgb(36,131,165); }
H1.HeaderClassName
{
color: #2483A5;
}
.AnyTagClassName
{
color: #2483A5;
}
</style>
background-color css
<style>
a { background-color: #2483A5; }
a { background-color: rgb(36,131,165); }
div.DivClassName
{
background-color: #2483A5;
}
.BgClassName
{
background-color: #2483A5;
}
</style>
border-color css
<style>
span { border-color: #2483A5; }
span { border-color: rgb(36,131,165); }
td.TdClassName
{
border-color: #2483A5;
}
.TagClassName
{
border-color: #2483A5;
}
</style>