Shades of Scooter #348495
Tints of Scooter #348495
RGB
CMYK
RGB Variations
Color information
#348495 (or 0x348495) is known color: Scooter. HEX triplet: 34, 84 and 95. RGB value is (52,132,149). Sum of RGB (Red+Green+Blue) = 52+132+149=333 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.62% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 149 - color contains mainly: blue. Hex color #348495 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348495 is #CB7B6A. Grayscale: #6D6D6D. Windows color (decimal): -13335403 or 9798708. OLE color: 9798708.
HSL color Cylindrical-coordinate representation of color #348495: hue angle of 190.52º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #348495 is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 132 | 149 | - |
| CMYK | 0.65 | 0.11 | 0 | 0.42 |
| HSL | 190.52º | 0.48% | 0.39% | - |
| HSV(B) | 190.52º | 0.65% | 0.58% | - |
| XYZ | 15.09 | 19.4 | 31.38 | - |
| YUV | 110.02 | 150 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 132 | 149 | 0.65 | 0.11 | 0 | 0.42 | 190.52 | 0.48 | 0.39 |
| Hex | 34 | 84 | 95 | 41 | B | 0 | 2A | BF | 30 | 27 |
| Octal | 64 | 204 | 225 | 101 | 13 | 0 | 52 | 277 | 60 | 47 |
| Binary | 110100 | 10000100 | 10010101 | 1000001 | 1011 | 0 | 101010 | 10111111 | 110000 | 100111 |
Color Harmonies of #348495
Complementary color
Monochromatic Colors of #348495
Black with #348495
Text Example
Text Example
White with #348495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348495; }
p { color: rgb(52,132,149); }
H1.HeaderClassName
{
color: #348495;
}
.AnyTagClassName
{
color: #348495;
}
</style>
background-color css
<style>
a { background-color: #348495; }
a { background-color: rgb(52,132,149); }
div.DivClassName
{
background-color: #348495;
}
.BgClassName
{
background-color: #348495;
}
</style>
border-color css
<style>
span { border-color: #348495; }
span { border-color: rgb(52,132,149); }
td.TdClassName
{
border-color: #348495;
}
.TagClassName
{
border-color: #348495;
}
</style>