Shades of Scooter #339CA4
Tints of Scooter #339CA4
RGB
CMYK
RGB Variations
Color information
#339CA4 (or 0x339CA4) is known color: Scooter. HEX triplet: 33, 9C and A4. RGB value is (51,156,164). Sum of RGB (Red+Green+Blue) = 51+156+164=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 164 (64.45% from 255 or 44.20% from 371); Max value from RGB is 164 - color contains mainly: blue. Hex color #339CA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339CA4 is #CC635B. Grayscale: #7D7D7D. Windows color (decimal): -13394780 or 10787891. OLE color: 10787891.
HSL color Cylindrical-coordinate representation of color #339CA4: hue angle of 184.25º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #339CA4 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 156 | 164 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.36 |
| HSL | 184.25º | 0.53% | 0.42% | - |
| HSV(B) | 184.25º | 0.69% | 0.64% | - |
| XYZ | 19.95 | 27.16 | 39.31 | - |
| YUV | 125.52 | 149.71 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 156 | 164 | 0.69 | 0.05 | 0 | 0.36 | 184.25 | 0.53 | 0.42 |
| Hex | 33 | 9C | A4 | 45 | 5 | 0 | 24 | B8 | 35 | 2A |
| Octal | 63 | 234 | 244 | 105 | 5 | 0 | 44 | 270 | 65 | 52 |
| Binary | 110011 | 10011100 | 10100100 | 1000101 | 101 | 0 | 100100 | 10111000 | 110101 | 101010 |
Color Harmonies of #339CA4
Complementary color
Monochromatic Colors of #339CA4
Black with #339CA4
Text Example
Text Example
White with #339CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339CA4; }
p { color: rgb(51,156,164); }
H1.HeaderClassName
{
color: #339CA4;
}
.AnyTagClassName
{
color: #339CA4;
}
</style>
background-color css
<style>
a { background-color: #339CA4; }
a { background-color: rgb(51,156,164); }
div.DivClassName
{
background-color: #339CA4;
}
.BgClassName
{
background-color: #339CA4;
}
</style>
border-color css
<style>
span { border-color: #339CA4; }
span { border-color: rgb(51,156,164); }
td.TdClassName
{
border-color: #339CA4;
}
.TagClassName
{
border-color: #339CA4;
}
</style>