Shades of Scooter #2F8393
Tints of Scooter #2F8393
RGB
CMYK
RGB Variations
Color information
#2F8393 (or 0x2F8393) is known color: Scooter. HEX triplet: 2F, 83 and 93. RGB value is (47,131,147). Sum of RGB (Red+Green+Blue) = 47+131+147=325 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.46% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 147 - color contains mainly: blue. Hex color #2F8393 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8393 is #D07C6C. Grayscale: #6B6B6B. Windows color (decimal): -13663341 or 9667375. OLE color: 9667375.
HSL color Cylindrical-coordinate representation of color #2F8393: hue angle of 189.6º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F8393 is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 131 | 147 | - |
| CMYK | 0.68 | 0.11 | 0 | 0.42 |
| HSL | 189.6º | 0.52% | 0.38% | - |
| HSV(B) | 189.6º | 0.68% | 0.58% | - |
| XYZ | 14.56 | 18.94 | 30.49 | - |
| YUV | 107.71 | 150.17 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 131 | 147 | 0.68 | 0.11 | 0 | 0.42 | 189.6 | 0.52 | 0.38 |
| Hex | 2F | 83 | 93 | 44 | B | 0 | 2A | BE | 34 | 26 |
| Octal | 57 | 203 | 223 | 104 | 13 | 0 | 52 | 276 | 64 | 46 |
| Binary | 101111 | 10000011 | 10010011 | 1000100 | 1011 | 0 | 101010 | 10111110 | 110100 | 100110 |
Color Harmonies of #2F8393
Complementary color
Monochromatic Colors of #2F8393
Black with #2F8393
Text Example
Text Example
White with #2F8393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8393; }
p { color: rgb(47,131,147); }
H1.HeaderClassName
{
color: #2F8393;
}
.AnyTagClassName
{
color: #2F8393;
}
</style>
background-color css
<style>
a { background-color: #2F8393; }
a { background-color: rgb(47,131,147); }
div.DivClassName
{
background-color: #2F8393;
}
.BgClassName
{
background-color: #2F8393;
}
</style>
border-color css
<style>
span { border-color: #2F8393; }
span { border-color: rgb(47,131,147); }
td.TdClassName
{
border-color: #2F8393;
}
.TagClassName
{
border-color: #2F8393;
}
</style>