Shades of Curious Blue #3C7FBE
Tints of Curious Blue #3C7FBE
RGB
CMYK
RGB Variations
Color information
#3C7FBE (or 0x3C7FBE) is known color: Curious Blue. HEX triplet: 3C, 7F and BE. RGB value is (60,127,190). Sum of RGB (Red+Green+Blue) = 60+127+190=377 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.92% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C7FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7FBE is #C38041. Grayscale: #717171. Windows color (decimal): -12812354 or 12484412. OLE color: 12484412.
HSL color Cylindrical-coordinate representation of color #3C7FBE: hue angle of 209.08º 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 #3C7FBE is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 127 | 190 | - |
| CMYK | 0.68 | 0.33 | 0 | 0.25 |
| HSL | 209.08º | 0.52% | 0.49% | - |
| HSV(B) | 209.08º | 0.68% | 0.75% | - |
| XYZ | 18.75 | 19.86 | 51.56 | - |
| YUV | 114.15 | 170.8 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 127 | 190 | 0.68 | 0.33 | 0 | 0.25 | 209.08 | 0.52 | 0.49 |
| Hex | 3C | 7F | BE | 44 | 21 | 0 | 19 | D1 | 34 | 31 |
| Octal | 74 | 177 | 276 | 104 | 41 | 0 | 31 | 321 | 64 | 61 |
| Binary | 111100 | 1111111 | 10111110 | 1000100 | 100001 | 0 | 11001 | 11010001 | 110100 | 110001 |
Color Harmonies of #3C7FBE
Complementary color
Monochromatic Colors of #3C7FBE
Black with #3C7FBE
Text Example
Text Example
White with #3C7FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7FBE; }
p { color: rgb(60,127,190); }
H1.HeaderClassName
{
color: #3C7FBE;
}
.AnyTagClassName
{
color: #3C7FBE;
}
</style>
background-color css
<style>
a { background-color: #3C7FBE; }
a { background-color: rgb(60,127,190); }
div.DivClassName
{
background-color: #3C7FBE;
}
.BgClassName
{
background-color: #3C7FBE;
}
</style>
border-color css
<style>
span { border-color: #3C7FBE; }
span { border-color: rgb(60,127,190); }
td.TdClassName
{
border-color: #3C7FBE;
}
.TagClassName
{
border-color: #3C7FBE;
}
</style>