Shades of Curious Blue #3C8FBD
Tints of Curious Blue #3C8FBD
RGB
CMYK
RGB Variations
Color information
#3C8FBD (or 0x3C8FBD) is known color: Curious Blue. HEX triplet: 3C, 8F and BD. RGB value is (60,143,189). Sum of RGB (Red+Green+Blue) = 60+143+189=392 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.31% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C8FBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C8FBD is #C37042. Grayscale: #7B7B7B. Windows color (decimal): -12808259 or 12422972. OLE color: 12422972.
HSL color Cylindrical-coordinate representation of color #3C8FBD: hue angle of 201.4º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C8FBD is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 143 | 189 | - |
| CMYK | 0.68 | 0.24 | 0 | 0.26 |
| HSL | 201.4º | 0.52% | 0.49% | - |
| HSV(B) | 201.4º | 0.68% | 0.74% | - |
| XYZ | 20.87 | 24.28 | 51.73 | - |
| YUV | 123.43 | 165 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 143 | 189 | 0.68 | 0.24 | 0 | 0.26 | 201.4 | 0.52 | 0.49 |
| Hex | 3C | 8F | BD | 44 | 18 | 0 | 1A | C9 | 34 | 31 |
| Octal | 74 | 217 | 275 | 104 | 30 | 0 | 32 | 311 | 64 | 61 |
| Binary | 111100 | 10001111 | 10111101 | 1000100 | 11000 | 0 | 11010 | 11001001 | 110100 | 110001 |
Color Harmonies of #3C8FBD
Complementary color
Monochromatic Colors of #3C8FBD
Black with #3C8FBD
Text Example
Text Example
White with #3C8FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8FBD; }
p { color: rgb(60,143,189); }
H1.HeaderClassName
{
color: #3C8FBD;
}
.AnyTagClassName
{
color: #3C8FBD;
}
</style>
background-color css
<style>
a { background-color: #3C8FBD; }
a { background-color: rgb(60,143,189); }
div.DivClassName
{
background-color: #3C8FBD;
}
.BgClassName
{
background-color: #3C8FBD;
}
</style>
border-color css
<style>
span { border-color: #3C8FBD; }
span { border-color: rgb(60,143,189); }
td.TdClassName
{
border-color: #3C8FBD;
}
.TagClassName
{
border-color: #3C8FBD;
}
</style>