Shades of Curious Blue #3C8FBF
Tints of Curious Blue #3C8FBF
RGB
CMYK
RGB Variations
Color information
#3C8FBF (or 0x3C8FBF) is known color: Curious Blue. HEX triplet: 3C, 8F and BF. RGB value is (60,143,191). Sum of RGB (Red+Green+Blue) = 60+143+191=394 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.23% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C8FBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C8FBF is #C37040. Grayscale: #7B7B7B. Windows color (decimal): -12808257 or 12554044. OLE color: 12554044.
HSL color Cylindrical-coordinate representation of color #3C8FBF: hue angle of 201.98º 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 #3C8FBF is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 143 | 191 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.25 |
| HSL | 201.98º | 0.52% | 0.49% | - |
| HSV(B) | 201.98º | 0.69% | 0.75% | - |
| XYZ | 21.09 | 24.37 | 52.88 | - |
| YUV | 123.66 | 166 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 143 | 191 | 0.69 | 0.25 | 0 | 0.25 | 201.98 | 0.52 | 0.49 |
| Hex | 3C | 8F | BF | 45 | 19 | 0 | 19 | CA | 34 | 31 |
| Octal | 74 | 217 | 277 | 105 | 31 | 0 | 31 | 312 | 64 | 61 |
| Binary | 111100 | 10001111 | 10111111 | 1000101 | 11001 | 0 | 11001 | 11001010 | 110100 | 110001 |
Color Harmonies of #3C8FBF
Complementary color
Monochromatic Colors of #3C8FBF
Black with #3C8FBF
Text Example
Text Example
White with #3C8FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8FBF; }
p { color: rgb(60,143,191); }
H1.HeaderClassName
{
color: #3C8FBF;
}
.AnyTagClassName
{
color: #3C8FBF;
}
</style>
background-color css
<style>
a { background-color: #3C8FBF; }
a { background-color: rgb(60,143,191); }
div.DivClassName
{
background-color: #3C8FBF;
}
.BgClassName
{
background-color: #3C8FBF;
}
</style>
border-color css
<style>
span { border-color: #3C8FBF; }
span { border-color: rgb(60,143,191); }
td.TdClassName
{
border-color: #3C8FBF;
}
.TagClassName
{
border-color: #3C8FBF;
}
</style>