Shades of Curious Blue #3C8ABF
Tints of Curious Blue #3C8ABF
RGB
CMYK
RGB Variations
Color information
#3C8ABF (or 0x3C8ABF) is known color: Curious Blue. HEX triplet: 3C, 8A and BF. RGB value is (60,138,191). Sum of RGB (Red+Green+Blue) = 60+138+191=389 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.42% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C8ABF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C8ABF is #C37540. Grayscale: #787878. Windows color (decimal): -12809537 or 12552764. OLE color: 12552764.
HSL color Cylindrical-coordinate representation of color #3C8ABF: hue angle of 204.27º 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 #3C8ABF is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 138 | 191 | - |
| CMYK | 0.69 | 0.28 | 0 | 0.25 |
| HSL | 204.27º | 0.52% | 0.49% | - |
| HSV(B) | 204.27º | 0.69% | 0.75% | - |
| XYZ | 20.36 | 22.9 | 52.64 | - |
| YUV | 120.72 | 167.66 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 138 | 191 | 0.69 | 0.28 | 0 | 0.25 | 204.27 | 0.52 | 0.49 |
| Hex | 3C | 8A | BF | 45 | 1C | 0 | 19 | CC | 34 | 31 |
| Octal | 74 | 212 | 277 | 105 | 34 | 0 | 31 | 314 | 64 | 61 |
| Binary | 111100 | 10001010 | 10111111 | 1000101 | 11100 | 0 | 11001 | 11001100 | 110100 | 110001 |
Color Harmonies of #3C8ABF
Complementary color
Monochromatic Colors of #3C8ABF
Black with #3C8ABF
Text Example
Text Example
White with #3C8ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8ABF; }
p { color: rgb(60,138,191); }
H1.HeaderClassName
{
color: #3C8ABF;
}
.AnyTagClassName
{
color: #3C8ABF;
}
</style>
background-color css
<style>
a { background-color: #3C8ABF; }
a { background-color: rgb(60,138,191); }
div.DivClassName
{
background-color: #3C8ABF;
}
.BgClassName
{
background-color: #3C8ABF;
}
</style>
border-color css
<style>
span { border-color: #3C8ABF; }
span { border-color: rgb(60,138,191); }
td.TdClassName
{
border-color: #3C8ABF;
}
.TagClassName
{
border-color: #3C8ABF;
}
</style>