Shades of Curious Blue #3183CB
Tints of Curious Blue #3183CB
RGB
CMYK
RGB Variations
Color information
#3183CB (or 0x3183CB) is known color: Curious Blue. HEX triplet: 31, 83 and CB. RGB value is (49,131,203). Sum of RGB (Red+Green+Blue) = 49+131+203=383 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.79% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #3183CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3183CB is #CE7C34. Grayscale: #727272. Windows color (decimal): -13532213 or 13337393. OLE color: 13337393.
HSL color Cylindrical-coordinate representation of color #3183CB: hue angle of 208.05º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3183CB is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 131 | 203 | - |
| CMYK | 0.76 | 0.35 | 0 | 0.20 |
| HSL | 208.05º | 0.61% | 0.49% | - |
| HSV(B) | 208.05º | 0.76% | 0.8% | - |
| XYZ | 20.16 | 21.2 | 59.53 | - |
| YUV | 114.69 | 177.83 | 81.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 131 | 203 | 0.76 | 0.35 | 0 | 0.20 | 208.05 | 0.61 | 0.49 |
| Hex | 31 | 83 | CB | 4C | 23 | 0 | 14 | D0 | 3D | 31 |
| Octal | 61 | 203 | 313 | 114 | 43 | 0 | 24 | 320 | 75 | 61 |
| Binary | 110001 | 10000011 | 11001011 | 1001100 | 100011 | 0 | 10100 | 11010000 | 111101 | 110001 |
Color Harmonies of #3183CB
Complementary color
Monochromatic Colors of #3183CB
Black with #3183CB
Text Example
Text Example
White with #3183CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3183CB; }
p { color: rgb(49,131,203); }
H1.HeaderClassName
{
color: #3183CB;
}
.AnyTagClassName
{
color: #3183CB;
}
</style>
background-color css
<style>
a { background-color: #3183CB; }
a { background-color: rgb(49,131,203); }
div.DivClassName
{
background-color: #3183CB;
}
.BgClassName
{
background-color: #3183CB;
}
</style>
border-color css
<style>
span { border-color: #3183CB; }
span { border-color: rgb(49,131,203); }
td.TdClassName
{
border-color: #3183CB;
}
.TagClassName
{
border-color: #3183CB;
}
</style>