Shades of Curious Blue #3192CB
Tints of Curious Blue #3192CB
RGB
CMYK
RGB Variations
Color information
#3192CB (or 0x3192CB) is known color: Curious Blue. HEX triplet: 31, 92 and CB. RGB value is (49,146,203). Sum of RGB (Red+Green+Blue) = 49+146+203=398 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.31% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #3192CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3192CB is #CE6D34. Grayscale: #7B7B7B. Windows color (decimal): -13528373 or 13341233. OLE color: 13341233.
HSL color Cylindrical-coordinate representation of color #3192CB: hue angle of 202.21º 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 #3192CB is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 146 | 203 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.20 |
| HSL | 202.21º | 0.61% | 0.49% | - |
| HSV(B) | 202.21º | 0.76% | 0.8% | - |
| XYZ | 22.33 | 25.52 | 60.25 | - |
| YUV | 123.5 | 172.86 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 146 | 203 | 0.76 | 0.28 | 0 | 0.20 | 202.21 | 0.61 | 0.49 |
| Hex | 31 | 92 | CB | 4C | 1C | 0 | 14 | CA | 3D | 31 |
| Octal | 61 | 222 | 313 | 114 | 34 | 0 | 24 | 312 | 75 | 61 |
| Binary | 110001 | 10010010 | 11001011 | 1001100 | 11100 | 0 | 10100 | 11001010 | 111101 | 110001 |
Color Harmonies of #3192CB
Complementary color
Monochromatic Colors of #3192CB
Black with #3192CB
Text Example
Text Example
White with #3192CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3192CB; }
p { color: rgb(49,146,203); }
H1.HeaderClassName
{
color: #3192CB;
}
.AnyTagClassName
{
color: #3192CB;
}
</style>
background-color css
<style>
a { background-color: #3192CB; }
a { background-color: rgb(49,146,203); }
div.DivClassName
{
background-color: #3192CB;
}
.BgClassName
{
background-color: #3192CB;
}
</style>
border-color css
<style>
span { border-color: #3192CB; }
span { border-color: rgb(49,146,203); }
td.TdClassName
{
border-color: #3192CB;
}
.TagClassName
{
border-color: #3192CB;
}
</style>