Shades of Scooter #34919A
Tints of Scooter #34919A
RGB
CMYK
RGB Variations
Color information
#34919A (or 0x34919A) is known color: Scooter. HEX triplet: 34, 91 and 9A. RGB value is (52,145,154). Sum of RGB (Red+Green+Blue) = 52+145+154=351 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.81% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 154 - color contains mainly: blue. Hex color #34919A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34919A is #CB6E65. Grayscale: #767676. Windows color (decimal): -13332070 or 10129716. OLE color: 10129716.
HSL color Cylindrical-coordinate representation of color #34919A: hue angle of 185.29º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34919A is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 145 | 154 | - |
| CMYK | 0.66 | 0.06 | 0 | 0.40 |
| HSL | 185.29º | 0.5% | 0.4% | - |
| HSV(B) | 185.29º | 0.66% | 0.6% | - |
| XYZ | 17.37 | 23.31 | 34.16 | - |
| YUV | 118.22 | 148.19 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 145 | 154 | 0.66 | 0.06 | 0 | 0.40 | 185.29 | 0.5 | 0.4 |
| Hex | 34 | 91 | 9A | 42 | 6 | 0 | 28 | B9 | 32 | 28 |
| Octal | 64 | 221 | 232 | 102 | 6 | 0 | 50 | 271 | 62 | 50 |
| Binary | 110100 | 10010001 | 10011010 | 1000010 | 110 | 0 | 101000 | 10111001 | 110010 | 101000 |
Color Harmonies of #34919A
Complementary color
Monochromatic Colors of #34919A
Black with #34919A
Text Example
Text Example
White with #34919A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34919A; }
p { color: rgb(52,145,154); }
H1.HeaderClassName
{
color: #34919A;
}
.AnyTagClassName
{
color: #34919A;
}
</style>
background-color css
<style>
a { background-color: #34919A; }
a { background-color: rgb(52,145,154); }
div.DivClassName
{
background-color: #34919A;
}
.BgClassName
{
background-color: #34919A;
}
</style>
border-color css
<style>
span { border-color: #34919A; }
span { border-color: rgb(52,145,154); }
td.TdClassName
{
border-color: #34919A;
}
.TagClassName
{
border-color: #34919A;
}
</style>