Shades of Curious Blue #377ACF
Tints of Curious Blue #377ACF
RGB
CMYK
RGB Variations
Color information
#377ACF (or 0x377ACF) is known color: Curious Blue. HEX triplet: 37, 7A and CF. RGB value is (55,122,207). Sum of RGB (Red+Green+Blue) = 55+122+207=384 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.32% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #377ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377ACF is #C88530. Grayscale: #6F6F6F. Windows color (decimal): -13141297 or 13597239. OLE color: 13597239.
HSL color Cylindrical-coordinate representation of color #377ACF: hue angle of 213.55º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #377ACF is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 122 | 207 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.19 |
| HSL | 213.55º | 0.61% | 0.51% | - |
| HSV(B) | 213.55º | 0.73% | 0.81% | - |
| XYZ | 19.8 | 19.24 | 61.7 | - |
| YUV | 111.66 | 181.8 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 207 | 0.73 | 0.41 | 0 | 0.19 | 213.55 | 0.61 | 0.51 |
| Hex | 37 | 7A | CF | 49 | 29 | 0 | 13 | D6 | 3D | 33 |
| Octal | 67 | 172 | 317 | 111 | 51 | 0 | 23 | 326 | 75 | 63 |
| Binary | 110111 | 1111010 | 11001111 | 1001001 | 101001 | 0 | 10011 | 11010110 | 111101 | 110011 |
Color Harmonies of #377ACF
Complementary color
Monochromatic Colors of #377ACF
Black with #377ACF
Text Example
Text Example
White with #377ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377ACF; }
p { color: rgb(55,122,207); }
H1.HeaderClassName
{
color: #377ACF;
}
.AnyTagClassName
{
color: #377ACF;
}
</style>
background-color css
<style>
a { background-color: #377ACF; }
a { background-color: rgb(55,122,207); }
div.DivClassName
{
background-color: #377ACF;
}
.BgClassName
{
background-color: #377ACF;
}
</style>
border-color css
<style>
span { border-color: #377ACF; }
span { border-color: rgb(55,122,207); }
td.TdClassName
{
border-color: #377ACF;
}
.TagClassName
{
border-color: #377ACF;
}
</style>