Shades of Curious Blue #3C93CF
Tints of Curious Blue #3C93CF
RGB
CMYK
RGB Variations
Color information
#3C93CF (or 0x3C93CF) is known color: Curious Blue. HEX triplet: 3C, 93 and CF. RGB value is (60,147,207). Sum of RGB (Red+Green+Blue) = 60+147+207=414 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.49% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #3C93CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C93CF is #C36C30. Grayscale: #7F7F7F. Windows color (decimal): -12807217 or 13603644. OLE color: 13603644.
HSL color Cylindrical-coordinate representation of color #3C93CF: hue angle of 204.49º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C93CF is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 147 | 207 | - |
| CMYK | 0.71 | 0.29 | 0 | 0.19 |
| HSL | 204.49º | 0.6% | 0.52% | - |
| HSV(B) | 204.49º | 0.71% | 0.81% | - |
| XYZ | 23.56 | 26.33 | 62.87 | - |
| YUV | 127.83 | 172.68 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 147 | 207 | 0.71 | 0.29 | 0 | 0.19 | 204.49 | 0.6 | 0.52 |
| Hex | 3C | 93 | CF | 47 | 1D | 0 | 13 | CC | 3C | 34 |
| Octal | 74 | 223 | 317 | 107 | 35 | 0 | 23 | 314 | 74 | 64 |
| Binary | 111100 | 10010011 | 11001111 | 1000111 | 11101 | 0 | 10011 | 11001100 | 111100 | 110100 |
Color Harmonies of #3C93CF
Complementary color
Monochromatic Colors of #3C93CF
Black with #3C93CF
Text Example
Text Example
White with #3C93CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C93CF; }
p { color: rgb(60,147,207); }
H1.HeaderClassName
{
color: #3C93CF;
}
.AnyTagClassName
{
color: #3C93CF;
}
</style>
background-color css
<style>
a { background-color: #3C93CF; }
a { background-color: rgb(60,147,207); }
div.DivClassName
{
background-color: #3C93CF;
}
.BgClassName
{
background-color: #3C93CF;
}
</style>
border-color css
<style>
span { border-color: #3C93CF; }
span { border-color: rgb(60,147,207); }
td.TdClassName
{
border-color: #3C93CF;
}
.TagClassName
{
border-color: #3C93CF;
}
</style>