Shades of Scooter #3D99A4
Tints of Scooter #3D99A4
RGB
CMYK
RGB Variations
Color information
#3D99A4 (or 0x3D99A4) is known color: Scooter. HEX triplet: 3D, 99 and A4. RGB value is (61,153,164). Sum of RGB (Red+Green+Blue) = 61+153+164=378 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.14% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 164 (64.45% from 255 or 43.39% from 378); Max value from RGB is 164 - color contains mainly: blue. Hex color #3D99A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D99A4 is #C2665B. Grayscale: #7E7E7E. Windows color (decimal): -12740188 or 10787133. OLE color: 10787133.
HSL color Cylindrical-coordinate representation of color #3D99A4: hue angle of 186.41º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D99A4 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 153 | 164 | - |
| CMYK | 0.63 | 0.07 | 0 | 0.36 |
| HSL | 186.41º | 0.46% | 0.44% | - |
| HSV(B) | 186.41º | 0.63% | 0.64% | - |
| XYZ | 20.02 | 26.45 | 39.17 | - |
| YUV | 126.75 | 149.02 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 153 | 164 | 0.63 | 0.07 | 0 | 0.36 | 186.41 | 0.46 | 0.44 |
| Hex | 3D | 99 | A4 | 3F | 7 | 0 | 24 | BA | 2E | 2C |
| Octal | 75 | 231 | 244 | 77 | 7 | 0 | 44 | 272 | 56 | 54 |
| Binary | 111101 | 10011001 | 10100100 | 111111 | 111 | 0 | 100100 | 10111010 | 101110 | 101100 |
Color Harmonies of #3D99A4
Complementary color
Monochromatic Colors of #3D99A4
Black with #3D99A4
Text Example
Text Example
White with #3D99A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D99A4; }
p { color: rgb(61,153,164); }
H1.HeaderClassName
{
color: #3D99A4;
}
.AnyTagClassName
{
color: #3D99A4;
}
</style>
background-color css
<style>
a { background-color: #3D99A4; }
a { background-color: rgb(61,153,164); }
div.DivClassName
{
background-color: #3D99A4;
}
.BgClassName
{
background-color: #3D99A4;
}
</style>
border-color css
<style>
span { border-color: #3D99A4; }
span { border-color: rgb(61,153,164); }
td.TdClassName
{
border-color: #3D99A4;
}
.TagClassName
{
border-color: #3D99A4;
}
</style>