Shades of Scooter #347E9A
Tints of Scooter #347E9A
RGB
CMYK
RGB Variations
Color information
#347E9A (or 0x347E9A) is known color: Scooter. HEX triplet: 34, 7E and 9A. RGB value is (52,126,154). Sum of RGB (Red+Green+Blue) = 52+126+154=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 154 (60.55% from 255 or 46.39% from 332); Max value from RGB is 154 - color contains mainly: blue. Hex color #347E9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347E9A is #CB8165. Grayscale: #6A6A6A. Windows color (decimal): -13336934 or 10124852. OLE color: 10124852.
HSL color Cylindrical-coordinate representation of color #347E9A: hue angle of 196.47º 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 #347E9A is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 126 | 154 | - |
| CMYK | 0.66 | 0.18 | 0 | 0.40 |
| HSL | 196.47º | 0.5% | 0.4% | - |
| HSV(B) | 196.47º | 0.66% | 0.6% | - |
| XYZ | 14.71 | 17.98 | 33.27 | - |
| YUV | 107.07 | 154.48 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 126 | 154 | 0.66 | 0.18 | 0 | 0.40 | 196.47 | 0.5 | 0.4 |
| Hex | 34 | 7E | 9A | 42 | 12 | 0 | 28 | C4 | 32 | 28 |
| Octal | 64 | 176 | 232 | 102 | 22 | 0 | 50 | 304 | 62 | 50 |
| Binary | 110100 | 1111110 | 10011010 | 1000010 | 10010 | 0 | 101000 | 11000100 | 110010 | 101000 |
Color Harmonies of #347E9A
Complementary color
Monochromatic Colors of #347E9A
Black with #347E9A
Text Example
Text Example
White with #347E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347E9A; }
p { color: rgb(52,126,154); }
H1.HeaderClassName
{
color: #347E9A;
}
.AnyTagClassName
{
color: #347E9A;
}
</style>
background-color css
<style>
a { background-color: #347E9A; }
a { background-color: rgb(52,126,154); }
div.DivClassName
{
background-color: #347E9A;
}
.BgClassName
{
background-color: #347E9A;
}
</style>
border-color css
<style>
span { border-color: #347E9A; }
span { border-color: rgb(52,126,154); }
td.TdClassName
{
border-color: #347E9A;
}
.TagClassName
{
border-color: #347E9A;
}
</style>