Shades of Curious Blue #3185B0
Tints of Curious Blue #3185B0
RGB
CMYK
RGB Variations
Color information
#3185B0 (or 0x3185B0) is known color: Curious Blue. HEX triplet: 31, 85 and B0. RGB value is (49,133,176). Sum of RGB (Red+Green+Blue) = 49+133+176=358 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.69% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 176 (69.14% from 255 or 49.16% from 358); Max value from RGB is 176 - color contains mainly: blue. Hex color #3185B0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3185B0 is #CE7A4F. Grayscale: #707070. Windows color (decimal): -13531728 or 11568433. OLE color: 11568433.
HSL color Cylindrical-coordinate representation of color #3185B0: hue angle of 200.31º 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 #3185B0 is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 133 | 176 | - |
| CMYK | 0.72 | 0.24 | 0 | 0.31 |
| HSL | 200.32º | 0.56% | 0.44% | - |
| HSV(B) | 200.32º | 0.72% | 0.69% | - |
| XYZ | 17.49 | 20.56 | 44.12 | - |
| YUV | 112.79 | 163.67 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 133 | 176 | 0.72 | 0.24 | 0 | 0.31 | 200.32 | 0.56 | 0.44 |
| Hex | 31 | 85 | B0 | 48 | 18 | 0 | 1F | C8 | 38 | 2C |
| Octal | 61 | 205 | 260 | 110 | 30 | 0 | 37 | 310 | 70 | 54 |
| Binary | 110001 | 10000101 | 10110000 | 1001000 | 11000 | 0 | 11111 | 11001000 | 111000 | 101100 |
Color Harmonies of #3185B0
Complementary color
Monochromatic Colors of #3185B0
Black with #3185B0
Text Example
Text Example
White with #3185B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3185B0; }
p { color: rgb(49,133,176); }
H1.HeaderClassName
{
color: #3185B0;
}
.AnyTagClassName
{
color: #3185B0;
}
</style>
background-color css
<style>
a { background-color: #3185B0; }
a { background-color: rgb(49,133,176); }
div.DivClassName
{
background-color: #3185B0;
}
.BgClassName
{
background-color: #3185B0;
}
</style>
border-color css
<style>
span { border-color: #3185B0; }
span { border-color: rgb(49,133,176); }
td.TdClassName
{
border-color: #3185B0;
}
.TagClassName
{
border-color: #3185B0;
}
</style>