Shades of Curious Blue #3C81BE
Tints of Curious Blue #3C81BE
RGB
CMYK
RGB Variations
Color information
#3C81BE (or 0x3C81BE) is known color: Curious Blue. HEX triplet: 3C, 81 and BE. RGB value is (60,129,190). Sum of RGB (Red+Green+Blue) = 60+129+190=379 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.83% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C81BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C81BE is #C37E41. Grayscale: #737373. Windows color (decimal): -12811842 or 12484924. OLE color: 12484924.
HSL color Cylindrical-coordinate representation of color #3C81BE: hue angle of 208.15º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C81BE is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 129 | 190 | - |
| CMYK | 0.68 | 0.32 | 0 | 0.25 |
| HSL | 208.15º | 0.52% | 0.49% | - |
| HSV(B) | 208.15º | 0.68% | 0.75% | - |
| XYZ | 19.01 | 20.38 | 51.65 | - |
| YUV | 115.32 | 170.14 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 129 | 190 | 0.68 | 0.32 | 0 | 0.25 | 208.15 | 0.52 | 0.49 |
| Hex | 3C | 81 | BE | 44 | 20 | 0 | 19 | D0 | 34 | 31 |
| Octal | 74 | 201 | 276 | 104 | 40 | 0 | 31 | 320 | 64 | 61 |
| Binary | 111100 | 10000001 | 10111110 | 1000100 | 100000 | 0 | 11001 | 11010000 | 110100 | 110001 |
Color Harmonies of #3C81BE
Complementary color
Monochromatic Colors of #3C81BE
Black with #3C81BE
Text Example
Text Example
White with #3C81BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C81BE; }
p { color: rgb(60,129,190); }
H1.HeaderClassName
{
color: #3C81BE;
}
.AnyTagClassName
{
color: #3C81BE;
}
</style>
background-color css
<style>
a { background-color: #3C81BE; }
a { background-color: rgb(60,129,190); }
div.DivClassName
{
background-color: #3C81BE;
}
.BgClassName
{
background-color: #3C81BE;
}
</style>
border-color css
<style>
span { border-color: #3C81BE; }
span { border-color: rgb(60,129,190); }
td.TdClassName
{
border-color: #3C81BE;
}
.TagClassName
{
border-color: #3C81BE;
}
</style>