Shades of Scooter #34869B
Tints of Scooter #34869B
RGB
CMYK
RGB Variations
Color information
#34869B (or 0x34869B) is known color: Scooter. HEX triplet: 34, 86 and 9B. RGB value is (52,134,155). Sum of RGB (Red+Green+Blue) = 52+134+155=341 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.25% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #34869B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34869B is #CB7964. Grayscale: #6F6F6F. Windows color (decimal): -13334885 or 10192436. OLE color: 10192436.
HSL color Cylindrical-coordinate representation of color #34869B: hue angle of 192.23º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34869B is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 134 | 155 | - |
| CMYK | 0.66 | 0.14 | 0 | 0.39 |
| HSL | 192.23º | 0.5% | 0.41% | - |
| HSV(B) | 192.23º | 0.66% | 0.61% | - |
| XYZ | 15.86 | 20.15 | 34.06 | - |
| YUV | 111.88 | 152.33 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 134 | 155 | 0.66 | 0.14 | 0 | 0.39 | 192.23 | 0.5 | 0.41 |
| Hex | 34 | 86 | 9B | 42 | E | 0 | 27 | C0 | 32 | 29 |
| Octal | 64 | 206 | 233 | 102 | 16 | 0 | 47 | 300 | 62 | 51 |
| Binary | 110100 | 10000110 | 10011011 | 1000010 | 1110 | 0 | 100111 | 11000000 | 110010 | 101001 |
Color Harmonies of #34869B
Complementary color
Monochromatic Colors of #34869B
Black with #34869B
Text Example
Text Example
White with #34869B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34869B; }
p { color: rgb(52,134,155); }
H1.HeaderClassName
{
color: #34869B;
}
.AnyTagClassName
{
color: #34869B;
}
</style>
background-color css
<style>
a { background-color: #34869B; }
a { background-color: rgb(52,134,155); }
div.DivClassName
{
background-color: #34869B;
}
.BgClassName
{
background-color: #34869B;
}
</style>
border-color css
<style>
span { border-color: #34869B; }
span { border-color: rgb(52,134,155); }
td.TdClassName
{
border-color: #34869B;
}
.TagClassName
{
border-color: #34869B;
}
</style>