Shades of Scooter #34819E
Tints of Scooter #34819E
RGB
CMYK
RGB Variations
Color information
#34819E (or 0x34819E) is known color: Scooter. HEX triplet: 34, 81 and 9E. RGB value is (52,129,158). Sum of RGB (Red+Green+Blue) = 52+129+158=339 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.34% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 158 (62.11% from 255 or 46.61% from 339); Max value from RGB is 158 - color contains mainly: blue. Hex color #34819E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34819E is #CB7E61. Grayscale: #6D6D6D. Windows color (decimal): -13336162 or 10387764. OLE color: 10387764.
HSL color Cylindrical-coordinate representation of color #34819E: hue angle of 196.42º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34819E is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 129 | 158 | - |
| CMYK | 0.67 | 0.18 | 0 | 0.38 |
| HSL | 196.42º | 0.5% | 0.41% | - |
| HSV(B) | 196.42º | 0.67% | 0.62% | - |
| XYZ | 15.44 | 18.9 | 35.18 | - |
| YUV | 109.28 | 155.49 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 129 | 158 | 0.67 | 0.18 | 0 | 0.38 | 196.42 | 0.5 | 0.41 |
| Hex | 34 | 81 | 9E | 43 | 12 | 0 | 26 | C4 | 32 | 29 |
| Octal | 64 | 201 | 236 | 103 | 22 | 0 | 46 | 304 | 62 | 51 |
| Binary | 110100 | 10000001 | 10011110 | 1000011 | 10010 | 0 | 100110 | 11000100 | 110010 | 101001 |
Color Harmonies of #34819E
Complementary color
Monochromatic Colors of #34819E
Black with #34819E
Text Example
Text Example
White with #34819E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34819E; }
p { color: rgb(52,129,158); }
H1.HeaderClassName
{
color: #34819E;
}
.AnyTagClassName
{
color: #34819E;
}
</style>
background-color css
<style>
a { background-color: #34819E; }
a { background-color: rgb(52,129,158); }
div.DivClassName
{
background-color: #34819E;
}
.BgClassName
{
background-color: #34819E;
}
</style>
border-color css
<style>
span { border-color: #34819E; }
span { border-color: rgb(52,129,158); }
td.TdClassName
{
border-color: #34819E;
}
.TagClassName
{
border-color: #34819E;
}
</style>