Shades of Scooter #238BA4
Tints of Scooter #238BA4
RGB
CMYK
RGB Variations
Color information
#238BA4 (or 0x238BA4) is known color: Scooter. HEX triplet: 23, 8B and A4. RGB value is (35,139,164). Sum of RGB (Red+Green+Blue) = 35+139+164=338 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.36% from 338); Green value is 139 (54.69% from 255 or 41.12% from 338); Blue value is 164 (64.45% from 255 or 48.52% from 338); Max value from RGB is 164 - color contains mainly: blue. Hex color #238BA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238BA4 is #DC745B. Grayscale: #6E6E6E. Windows color (decimal): -14447708 or 10783523. OLE color: 10783523.
HSL color Cylindrical-coordinate representation of color #238BA4: hue angle of 191.63º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #238BA4 is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 35 | 139 | 164 | - |
| CMYK | 0.79 | 0.15 | 0 | 0.36 |
| HSL | 191.63º | 0.65% | 0.39% | - |
| HSV(B) | 191.63º | 0.79% | 0.64% | - |
| XYZ | 16.63 | 21.5 | 38.4 | - |
| YUV | 110.75 | 158.04 | 73.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 139 | 164 | 0.79 | 0.15 | 0 | 0.36 | 191.63 | 0.65 | 0.39 |
| Hex | 23 | 8B | A4 | 4F | F | 0 | 24 | C0 | 41 | 27 |
| Octal | 43 | 213 | 244 | 117 | 17 | 0 | 44 | 300 | 101 | 47 |
| Binary | 100011 | 10001011 | 10100100 | 1001111 | 1111 | 0 | 100100 | 11000000 | 1000001 | 100111 |
Color Harmonies of #238BA4
Complementary color
Monochromatic Colors of #238BA4
Black with #238BA4
Text Example
Text Example
White with #238BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238BA4; }
p { color: rgb(35,139,164); }
H1.HeaderClassName
{
color: #238BA4;
}
.AnyTagClassName
{
color: #238BA4;
}
</style>
background-color css
<style>
a { background-color: #238BA4; }
a { background-color: rgb(35,139,164); }
div.DivClassName
{
background-color: #238BA4;
}
.BgClassName
{
background-color: #238BA4;
}
</style>
border-color css
<style>
span { border-color: #238BA4; }
span { border-color: rgb(35,139,164); }
td.TdClassName
{
border-color: #238BA4;
}
.TagClassName
{
border-color: #238BA4;
}
</style>