Shades of Scooter #238AA2
Tints of Scooter #238AA2
RGB
CMYK
RGB Variations
Color information
#238AA2 (or 0x238AA2) is known color: Scooter. HEX triplet: 23, 8A and A2. RGB value is (35,138,162). Sum of RGB (Red+Green+Blue) = 35+138+162=335 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.45% from 335); Green value is 138 (54.30% from 255 or 41.19% from 335); Blue value is 162 (63.67% from 255 or 48.36% from 335); Max value from RGB is 162 - color contains mainly: blue. Hex color #238AA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238AA2 is #DC755D. Grayscale: #6D6D6D. Windows color (decimal): -14447966 or 10652195. OLE color: 10652195.
HSL color Cylindrical-coordinate representation of color #238AA2: hue angle of 191.34º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #238AA2 is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 35 | 138 | 162 | - |
| CMYK | 0.78 | 0.15 | 0 | 0.36 |
| HSL | 191.34º | 0.64% | 0.39% | - |
| HSV(B) | 191.34º | 0.78% | 0.64% | - |
| XYZ | 16.3 | 21.14 | 37.4 | - |
| YUV | 109.94 | 157.38 | 74.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 138 | 162 | 0.78 | 0.15 | 0 | 0.36 | 191.34 | 0.64 | 0.39 |
| Hex | 23 | 8A | A2 | 4E | F | 0 | 24 | BF | 40 | 27 |
| Octal | 43 | 212 | 242 | 116 | 17 | 0 | 44 | 277 | 100 | 47 |
| Binary | 100011 | 10001010 | 10100010 | 1001110 | 1111 | 0 | 100100 | 10111111 | 1000000 | 100111 |
Color Harmonies of #238AA2
Complementary color
Monochromatic Colors of #238AA2
Black with #238AA2
Text Example
Text Example
White with #238AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238AA2; }
p { color: rgb(35,138,162); }
H1.HeaderClassName
{
color: #238AA2;
}
.AnyTagClassName
{
color: #238AA2;
}
</style>
background-color css
<style>
a { background-color: #238AA2; }
a { background-color: rgb(35,138,162); }
div.DivClassName
{
background-color: #238AA2;
}
.BgClassName
{
background-color: #238AA2;
}
</style>
border-color css
<style>
span { border-color: #238AA2; }
span { border-color: rgb(35,138,162); }
td.TdClassName
{
border-color: #238AA2;
}
.TagClassName
{
border-color: #238AA2;
}
</style>