Shades of Scooter #409BA2
Tints of Scooter #409BA2
RGB
CMYK
RGB Variations
Color information
#409BA2 (or 0x409BA2) is known color: Scooter. HEX triplet: 40, 9B and A2. RGB value is (64,155,162). Sum of RGB (Red+Green+Blue) = 64+155+162=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 162 (63.67% from 255 or 42.52% from 381); Max value from RGB is 162 - color contains mainly: blue. Hex color #409BA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409BA2 is #BF645D. Grayscale: #808080. Windows color (decimal): -12543070 or 10656576. OLE color: 10656576.
HSL color Cylindrical-coordinate representation of color #409BA2: hue angle of 184.29º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #409BA2 is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 155 | 162 | - |
| CMYK | 0.60 | 0.04 | 0 | 0.36 |
| HSL | 184.29º | 0.43% | 0.44% | - |
| HSV(B) | 184.29º | 0.6% | 0.64% | - |
| XYZ | 20.36 | 27.14 | 38.35 | - |
| YUV | 128.59 | 146.85 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 155 | 162 | 0.60 | 0.04 | 0 | 0.36 | 184.29 | 0.43 | 0.44 |
| Hex | 40 | 9B | A2 | 3C | 4 | 0 | 24 | B8 | 2B | 2C |
| Octal | 100 | 233 | 242 | 74 | 4 | 0 | 44 | 270 | 53 | 54 |
| Binary | 1000000 | 10011011 | 10100010 | 111100 | 100 | 0 | 100100 | 10111000 | 101011 | 101100 |
Color Harmonies of #409BA2
Complementary color
Monochromatic Colors of #409BA2
Black with #409BA2
Text Example
Text Example
White with #409BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409BA2; }
p { color: rgb(64,155,162); }
H1.HeaderClassName
{
color: #409BA2;
}
.AnyTagClassName
{
color: #409BA2;
}
</style>
background-color css
<style>
a { background-color: #409BA2; }
a { background-color: rgb(64,155,162); }
div.DivClassName
{
background-color: #409BA2;
}
.BgClassName
{
background-color: #409BA2;
}
</style>
border-color css
<style>
span { border-color: #409BA2; }
span { border-color: rgb(64,155,162); }
td.TdClassName
{
border-color: #409BA2;
}
.TagClassName
{
border-color: #409BA2;
}
</style>