Shades of Curious Blue #377ACE
Tints of Curious Blue #377ACE
RGB
CMYK
RGB Variations
Color information
#377ACE (or 0x377ACE) is known color: Curious Blue. HEX triplet: 37, 7A and CE. RGB value is (55,122,206). Sum of RGB (Red+Green+Blue) = 55+122+206=383 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.36% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #377ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377ACE is #C88531. Grayscale: #6F6F6F. Windows color (decimal): -13141298 or 13531703. OLE color: 13531703.
HSL color Cylindrical-coordinate representation of color #377ACE: hue angle of 213.38º 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 #377ACE is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 122 | 206 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.19 |
| HSL | 213.38º | 0.61% | 0.51% | - |
| HSV(B) | 213.38º | 0.73% | 0.81% | - |
| XYZ | 19.68 | 19.19 | 61.06 | - |
| YUV | 111.54 | 181.3 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 206 | 0.73 | 0.41 | 0 | 0.19 | 213.38 | 0.61 | 0.51 |
| Hex | 37 | 7A | CE | 49 | 29 | 0 | 13 | D5 | 3D | 33 |
| Octal | 67 | 172 | 316 | 111 | 51 | 0 | 23 | 325 | 75 | 63 |
| Binary | 110111 | 1111010 | 11001110 | 1001001 | 101001 | 0 | 10011 | 11010101 | 111101 | 110011 |
Color Harmonies of #377ACE
Complementary color
Monochromatic Colors of #377ACE
Black with #377ACE
Text Example
Text Example
White with #377ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377ACE; }
p { color: rgb(55,122,206); }
H1.HeaderClassName
{
color: #377ACE;
}
.AnyTagClassName
{
color: #377ACE;
}
</style>
background-color css
<style>
a { background-color: #377ACE; }
a { background-color: rgb(55,122,206); }
div.DivClassName
{
background-color: #377ACE;
}
.BgClassName
{
background-color: #377ACE;
}
</style>
border-color css
<style>
span { border-color: #377ACE; }
span { border-color: rgb(55,122,206); }
td.TdClassName
{
border-color: #377ACE;
}
.TagClassName
{
border-color: #377ACE;
}
</style>