Shades of Curious Blue #3184AF
Tints of Curious Blue #3184AF
RGB
CMYK
RGB Variations
Color information
#3184AF (or 0x3184AF) is known color: Curious Blue. HEX triplet: 31, 84 and AF. RGB value is (49,132,175). Sum of RGB (Red+Green+Blue) = 49+132+175=356 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.76% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #3184AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3184AF is #CE7B50. Grayscale: #6F6F6F. Windows color (decimal): -13531985 or 11502641. OLE color: 11502641.
HSL color Cylindrical-coordinate representation of color #3184AF: hue angle of 200.48º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3184AF is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 132 | 175 | - |
| CMYK | 0.72 | 0.25 | 0 | 0.31 |
| HSL | 200.48º | 0.56% | 0.44% | - |
| HSV(B) | 200.48º | 0.72% | 0.69% | - |
| XYZ | 17.26 | 20.25 | 43.56 | - |
| YUV | 112.09 | 163.5 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 132 | 175 | 0.72 | 0.25 | 0 | 0.31 | 200.48 | 0.56 | 0.44 |
| Hex | 31 | 84 | AF | 48 | 19 | 0 | 1F | C8 | 38 | 2C |
| Octal | 61 | 204 | 257 | 110 | 31 | 0 | 37 | 310 | 70 | 54 |
| Binary | 110001 | 10000100 | 10101111 | 1001000 | 11001 | 0 | 11111 | 11001000 | 111000 | 101100 |
Color Harmonies of #3184AF
Complementary color
Monochromatic Colors of #3184AF
Black with #3184AF
Text Example
Text Example
White with #3184AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3184AF; }
p { color: rgb(49,132,175); }
H1.HeaderClassName
{
color: #3184AF;
}
.AnyTagClassName
{
color: #3184AF;
}
</style>
background-color css
<style>
a { background-color: #3184AF; }
a { background-color: rgb(49,132,175); }
div.DivClassName
{
background-color: #3184AF;
}
.BgClassName
{
background-color: #3184AF;
}
</style>
border-color css
<style>
span { border-color: #3184AF; }
span { border-color: rgb(49,132,175); }
td.TdClassName
{
border-color: #3184AF;
}
.TagClassName
{
border-color: #3184AF;
}
</style>