Shades of Curious Blue #3C92BF
Tints of Curious Blue #3C92BF
RGB
CMYK
RGB Variations
Color information
#3C92BF (or 0x3C92BF) is known color: Curious Blue. HEX triplet: 3C, 92 and BF. RGB value is (60,146,191). Sum of RGB (Red+Green+Blue) = 60+146+191=397 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.11% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C92BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C92BF is #C36D40. Grayscale: #7D7D7D. Windows color (decimal): -12807489 or 12554812. OLE color: 12554812.
HSL color Cylindrical-coordinate representation of color #3C92BF: hue angle of 200.61º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C92BF is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 146 | 191 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.25 |
| HSL | 200.61º | 0.52% | 0.49% | - |
| HSV(B) | 200.61º | 0.69% | 0.75% | - |
| XYZ | 21.55 | 25.28 | 53.03 | - |
| YUV | 125.42 | 165.01 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 146 | 191 | 0.69 | 0.24 | 0 | 0.25 | 200.61 | 0.52 | 0.49 |
| Hex | 3C | 92 | BF | 45 | 18 | 0 | 19 | C9 | 34 | 31 |
| Octal | 74 | 222 | 277 | 105 | 30 | 0 | 31 | 311 | 64 | 61 |
| Binary | 111100 | 10010010 | 10111111 | 1000101 | 11000 | 0 | 11001 | 11001001 | 110100 | 110001 |
Color Harmonies of #3C92BF
Complementary color
Monochromatic Colors of #3C92BF
Black with #3C92BF
Text Example
Text Example
White with #3C92BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C92BF; }
p { color: rgb(60,146,191); }
H1.HeaderClassName
{
color: #3C92BF;
}
.AnyTagClassName
{
color: #3C92BF;
}
</style>
background-color css
<style>
a { background-color: #3C92BF; }
a { background-color: rgb(60,146,191); }
div.DivClassName
{
background-color: #3C92BF;
}
.BgClassName
{
background-color: #3C92BF;
}
</style>
border-color css
<style>
span { border-color: #3C92BF; }
span { border-color: rgb(60,146,191); }
td.TdClassName
{
border-color: #3C92BF;
}
.TagClassName
{
border-color: #3C92BF;
}
</style>