Shades of Scooter #267DA1
Tints of Scooter #267DA1
RGB
CMYK
RGB Variations
Color information
#267DA1 (or 0x267DA1) is known color: Scooter. HEX triplet: 26, 7D and A1. RGB value is (38,125,161). Sum of RGB (Red+Green+Blue) = 38+125+161=324 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.73% from 324); Green value is 125 (49.22% from 255 or 38.58% from 324); Blue value is 161 (63.28% from 255 or 49.69% from 324); Max value from RGB is 161 - color contains mainly: blue. Hex color #267DA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267DA1 is #D9825E. Grayscale: #666666. Windows color (decimal): -14254687 or 10583334. OLE color: 10583334.
HSL color Cylindrical-coordinate representation of color #267DA1: hue angle of 197.56º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #267DA1 is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 38 | 125 | 161 | - |
| CMYK | 0.76 | 0.22 | 0 | 0.37 |
| HSL | 197.56º | 0.62% | 0.39% | - |
| HSV(B) | 197.56º | 0.76% | 0.63% | - |
| XYZ | 14.57 | 17.65 | 36.36 | - |
| YUV | 103.09 | 160.68 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 125 | 161 | 0.76 | 0.22 | 0 | 0.37 | 197.56 | 0.62 | 0.39 |
| Hex | 26 | 7D | A1 | 4C | 16 | 0 | 25 | C6 | 3E | 27 |
| Octal | 46 | 175 | 241 | 114 | 26 | 0 | 45 | 306 | 76 | 47 |
| Binary | 100110 | 1111101 | 10100001 | 1001100 | 10110 | 0 | 100101 | 11000110 | 111110 | 100111 |
Color Harmonies of #267DA1
Complementary color
Monochromatic Colors of #267DA1
Black with #267DA1
Text Example
Text Example
White with #267DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267DA1; }
p { color: rgb(38,125,161); }
H1.HeaderClassName
{
color: #267DA1;
}
.AnyTagClassName
{
color: #267DA1;
}
</style>
background-color css
<style>
a { background-color: #267DA1; }
a { background-color: rgb(38,125,161); }
div.DivClassName
{
background-color: #267DA1;
}
.BgClassName
{
background-color: #267DA1;
}
</style>
border-color css
<style>
span { border-color: #267DA1; }
span { border-color: rgb(38,125,161); }
td.TdClassName
{
border-color: #267DA1;
}
.TagClassName
{
border-color: #267DA1;
}
</style>