Shades of Scooter #339BA2
Tints of Scooter #339BA2
RGB
CMYK
RGB Variations
Color information
#339BA2 (or 0x339BA2) is known color: Scooter. HEX triplet: 33, 9B and A2. RGB value is (51,155,162). Sum of RGB (Red+Green+Blue) = 51+155+162=368 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.86% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 162 (63.67% from 255 or 44.02% from 368); Max value from RGB is 162 - color contains mainly: blue. Hex color #339BA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339BA2 is #CC645D. Grayscale: #7C7C7C. Windows color (decimal): -13395038 or 10656563. OLE color: 10656563.
HSL color Cylindrical-coordinate representation of color #339BA2: hue angle of 183.78º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #339BA2 is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 155 | 162 | - |
| CMYK | 0.69 | 0.04 | 0 | 0.36 |
| HSL | 183.78º | 0.52% | 0.42% | - |
| HSV(B) | 183.78º | 0.69% | 0.64% | - |
| XYZ | 19.61 | 26.76 | 38.31 | - |
| YUV | 124.7 | 149.04 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 155 | 162 | 0.69 | 0.04 | 0 | 0.36 | 183.78 | 0.52 | 0.42 |
| Hex | 33 | 9B | A2 | 45 | 4 | 0 | 24 | B8 | 34 | 2A |
| Octal | 63 | 233 | 242 | 105 | 4 | 0 | 44 | 270 | 64 | 52 |
| Binary | 110011 | 10011011 | 10100010 | 1000101 | 100 | 0 | 100100 | 10111000 | 110100 | 101010 |
Color Harmonies of #339BA2
Complementary color
Monochromatic Colors of #339BA2
Black with #339BA2
Text Example
Text Example
White with #339BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339BA2; }
p { color: rgb(51,155,162); }
H1.HeaderClassName
{
color: #339BA2;
}
.AnyTagClassName
{
color: #339BA2;
}
</style>
background-color css
<style>
a { background-color: #339BA2; }
a { background-color: rgb(51,155,162); }
div.DivClassName
{
background-color: #339BA2;
}
.BgClassName
{
background-color: #339BA2;
}
</style>
border-color css
<style>
span { border-color: #339BA2; }
span { border-color: rgb(51,155,162); }
td.TdClassName
{
border-color: #339BA2;
}
.TagClassName
{
border-color: #339BA2;
}
</style>