Shades of Scooter #369CA3
Tints of Scooter #369CA3
RGB
CMYK
RGB Variations
Color information
#369CA3 (or 0x369CA3) is known color: Scooter. HEX triplet: 36, 9C and A3. RGB value is (54,156,163). Sum of RGB (Red+Green+Blue) = 54+156+163=373 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.48% from 373); Green value is 156 (61.33% from 255 or 41.82% from 373); Blue value is 163 (64.06% from 255 or 43.70% from 373); Max value from RGB is 163 - color contains mainly: blue. Hex color #369CA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369CA3 is #C9635C. Grayscale: #7E7E7E. Windows color (decimal): -13198173 or 10722358. OLE color: 10722358.
HSL color Cylindrical-coordinate representation of color #369CA3: hue angle of 183.85º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #369CA3 is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 54 | 156 | 163 | - |
| CMYK | 0.67 | 0.04 | 0 | 0.36 |
| HSL | 183.85º | 0.5% | 0.43% | - |
| HSV(B) | 183.85º | 0.67% | 0.64% | - |
| XYZ | 20.02 | 27.21 | 38.85 | - |
| YUV | 126.3 | 148.71 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 156 | 163 | 0.67 | 0.04 | 0 | 0.36 | 183.85 | 0.5 | 0.43 |
| Hex | 36 | 9C | A3 | 43 | 4 | 0 | 24 | B8 | 32 | 2B |
| Octal | 66 | 234 | 243 | 103 | 4 | 0 | 44 | 270 | 62 | 53 |
| Binary | 110110 | 10011100 | 10100011 | 1000011 | 100 | 0 | 100100 | 10111000 | 110010 | 101011 |
Color Harmonies of #369CA3
Complementary color
Monochromatic Colors of #369CA3
Black with #369CA3
Text Example
Text Example
White with #369CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369CA3; }
p { color: rgb(54,156,163); }
H1.HeaderClassName
{
color: #369CA3;
}
.AnyTagClassName
{
color: #369CA3;
}
</style>
background-color css
<style>
a { background-color: #369CA3; }
a { background-color: rgb(54,156,163); }
div.DivClassName
{
background-color: #369CA3;
}
.BgClassName
{
background-color: #369CA3;
}
</style>
border-color css
<style>
span { border-color: #369CA3; }
span { border-color: rgb(54,156,163); }
td.TdClassName
{
border-color: #369CA3;
}
.TagClassName
{
border-color: #369CA3;
}
</style>