Shades of Scooter #34819C
Tints of Scooter #34819C
RGB
CMYK
RGB Variations
Color information
#34819C (or 0x34819C) is known color: Scooter. HEX triplet: 34, 81 and 9C. RGB value is (52,129,156). Sum of RGB (Red+Green+Blue) = 52+129+156=337 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.43% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 156 - color contains mainly: blue. Hex color #34819C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34819C is #CB7E63. Grayscale: #6C6C6C. Windows color (decimal): -13336164 or 10256692. OLE color: 10256692.
HSL color Cylindrical-coordinate representation of color #34819C: hue angle of 195.58º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34819C is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 129 | 156 | - |
| CMYK | 0.67 | 0.17 | 0 | 0.39 |
| HSL | 195.58º | 0.5% | 0.41% | - |
| HSV(B) | 195.58º | 0.67% | 0.61% | - |
| XYZ | 15.27 | 18.83 | 34.28 | - |
| YUV | 109.06 | 154.49 | 87.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 129 | 156 | 0.67 | 0.17 | 0 | 0.39 | 195.58 | 0.5 | 0.41 |
| Hex | 34 | 81 | 9C | 43 | 11 | 0 | 27 | C4 | 32 | 29 |
| Octal | 64 | 201 | 234 | 103 | 21 | 0 | 47 | 304 | 62 | 51 |
| Binary | 110100 | 10000001 | 10011100 | 1000011 | 10001 | 0 | 100111 | 11000100 | 110010 | 101001 |
Color Harmonies of #34819C
Complementary color
Monochromatic Colors of #34819C
Black with #34819C
Text Example
Text Example
White with #34819C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34819C; }
p { color: rgb(52,129,156); }
H1.HeaderClassName
{
color: #34819C;
}
.AnyTagClassName
{
color: #34819C;
}
</style>
background-color css
<style>
a { background-color: #34819C; }
a { background-color: rgb(52,129,156); }
div.DivClassName
{
background-color: #34819C;
}
.BgClassName
{
background-color: #34819C;
}
</style>
border-color css
<style>
span { border-color: #34819C; }
span { border-color: rgb(52,129,156); }
td.TdClassName
{
border-color: #34819C;
}
.TagClassName
{
border-color: #34819C;
}
</style>