Shades of Curious Blue #3C89DA
Tints of Curious Blue #3C89DA
RGB
CMYK
RGB Variations
Color information
#3C89DA (or 0x3C89DA) is known color: Curious Blue. HEX triplet: 3C, 89 and DA. RGB value is (60,137,218). Sum of RGB (Red+Green+Blue) = 60+137+218=415 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.46% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 218 (85.55% from 255 or 52.53% from 415); Max value from RGB is 218 - color contains mainly: blue. Hex color #3C89DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C89DA is #C37625. Grayscale: #7A7A7A. Windows color (decimal): -12809766 or 14321980. OLE color: 14321980.
HSL color Cylindrical-coordinate representation of color #3C89DA: hue angle of 210.76º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C89DA is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 137 | 218 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.15 |
| HSL | 210.76º | 0.68% | 0.55% | - |
| HSV(B) | 210.76º | 0.72% | 0.85% | - |
| XYZ | 23.46 | 23.91 | 69.71 | - |
| YUV | 123.21 | 181.49 | 82.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 137 | 218 | 0.72 | 0.37 | 0 | 0.15 | 210.76 | 0.68 | 0.55 |
| Hex | 3C | 89 | DA | 48 | 25 | 0 | F | D3 | 44 | 37 |
| Octal | 74 | 211 | 332 | 110 | 45 | 0 | 17 | 323 | 104 | 67 |
| Binary | 111100 | 10001001 | 11011010 | 1001000 | 100101 | 0 | 1111 | 11010011 | 1000100 | 110111 |
Color Harmonies of #3C89DA
Complementary color
Monochromatic Colors of #3C89DA
Black with #3C89DA
Text Example
Text Example
White with #3C89DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C89DA; }
p { color: rgb(60,137,218); }
H1.HeaderClassName
{
color: #3C89DA;
}
.AnyTagClassName
{
color: #3C89DA;
}
</style>
background-color css
<style>
a { background-color: #3C89DA; }
a { background-color: rgb(60,137,218); }
div.DivClassName
{
background-color: #3C89DA;
}
.BgClassName
{
background-color: #3C89DA;
}
</style>
border-color css
<style>
span { border-color: #3C89DA; }
span { border-color: rgb(60,137,218); }
td.TdClassName
{
border-color: #3C89DA;
}
.TagClassName
{
border-color: #3C89DA;
}
</style>