Shades of Scooter #308CAF
Tints of Scooter #308CAF
RGB
CMYK
RGB Variations
Color information
#308CAF (or 0x308CAF) is known color: Scooter. HEX triplet: 30, 8C and AF. RGB value is (48,140,175). Sum of RGB (Red+Green+Blue) = 48+140+175=363 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.22% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #308CAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308CAF is #CF7350. Grayscale: #747474. Windows color (decimal): -13595473 or 11504688. OLE color: 11504688.
HSL color Cylindrical-coordinate representation of color #308CAF: hue angle of 196.54º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #308CAF is Cyan = 0.73, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 140 | 175 | - |
| CMYK | 0.73 | 0.2 | 0 | 0.31 |
| HSL | 196.54º | 0.57% | 0.44% | - |
| HSV(B) | 196.54º | 0.73% | 0.69% | - |
| XYZ | 18.33 | 22.48 | 43.93 | - |
| YUV | 116.48 | 161.02 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 140 | 175 | 0.73 | 0.2 | 0 | 0.31 | 196.54 | 0.57 | 0.44 |
| Hex | 30 | 8C | AF | 49 | 14 | 0 | 1F | C5 | 39 | 2C |
| Octal | 60 | 214 | 257 | 111 | 24 | 0 | 37 | 305 | 71 | 54 |
| Binary | 110000 | 10001100 | 10101111 | 1001001 | 10100 | 0 | 11111 | 11000101 | 111001 | 101100 |
Color Harmonies of #308CAF
Complementary color
Monochromatic Colors of #308CAF
Black with #308CAF
Text Example
Text Example
White with #308CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308CAF; }
p { color: rgb(48,140,175); }
H1.HeaderClassName
{
color: #308CAF;
}
.AnyTagClassName
{
color: #308CAF;
}
</style>
background-color css
<style>
a { background-color: #308CAF; }
a { background-color: rgb(48,140,175); }
div.DivClassName
{
background-color: #308CAF;
}
.BgClassName
{
background-color: #308CAF;
}
</style>
border-color css
<style>
span { border-color: #308CAF; }
span { border-color: rgb(48,140,175); }
td.TdClassName
{
border-color: #308CAF;
}
.TagClassName
{
border-color: #308CAF;
}
</style>