Shades of Curious Blue #407CC2
Tints of Curious Blue #407CC2
RGB
CMYK
RGB Variations
Color information
#407CC2 (or 0x407CC2) is known color: Curious Blue. HEX triplet: 40, 7C and C2. RGB value is (64,124,194). Sum of RGB (Red+Green+Blue) = 64+124+194=382 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.75% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 194 (76.17% from 255 or 50.79% from 382); Max value from RGB is 194 - color contains mainly: blue. Hex color #407CC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407CC2 is #BF833D. Grayscale: #717171. Windows color (decimal): -12550974 or 12745792. OLE color: 12745792.
HSL color Cylindrical-coordinate representation of color #407CC2: hue angle of 212.31º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #407CC2 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 124 | 194 | - |
| CMYK | 0.67 | 0.36 | 0 | 0.24 |
| HSL | 212.31º | 0.52% | 0.51% | - |
| HSV(B) | 212.31º | 0.67% | 0.76% | - |
| XYZ | 19.06 | 19.4 | 53.78 | - |
| YUV | 114.04 | 173.12 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 124 | 194 | 0.67 | 0.36 | 0 | 0.24 | 212.31 | 0.52 | 0.51 |
| Hex | 40 | 7C | C2 | 43 | 24 | 0 | 18 | D4 | 34 | 33 |
| Octal | 100 | 174 | 302 | 103 | 44 | 0 | 30 | 324 | 64 | 63 |
| Binary | 1000000 | 1111100 | 11000010 | 1000011 | 100100 | 0 | 11000 | 11010100 | 110100 | 110011 |
Color Harmonies of #407CC2
Complementary color
Monochromatic Colors of #407CC2
Black with #407CC2
Text Example
Text Example
White with #407CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407CC2; }
p { color: rgb(64,124,194); }
H1.HeaderClassName
{
color: #407CC2;
}
.AnyTagClassName
{
color: #407CC2;
}
</style>
background-color css
<style>
a { background-color: #407CC2; }
a { background-color: rgb(64,124,194); }
div.DivClassName
{
background-color: #407CC2;
}
.BgClassName
{
background-color: #407CC2;
}
</style>
border-color css
<style>
span { border-color: #407CC2; }
span { border-color: rgb(64,124,194); }
td.TdClassName
{
border-color: #407CC2;
}
.TagClassName
{
border-color: #407CC2;
}
</style>