Shades of Curious Blue #377ACD
Tints of Curious Blue #377ACD
RGB
CMYK
RGB Variations
Color information
#377ACD (or 0x377ACD) is known color: Curious Blue. HEX triplet: 37, 7A and CD. RGB value is (55,122,205). Sum of RGB (Red+Green+Blue) = 55+122+205=382 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.40% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #377ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377ACD is #C88532. Grayscale: #6F6F6F. Windows color (decimal): -13141299 or 13466167. OLE color: 13466167.
HSL color Cylindrical-coordinate representation of color #377ACD: hue angle of 213.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #377ACD is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 122 | 205 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.20 |
| HSL | 213.2º | 0.6% | 0.51% | - |
| HSV(B) | 213.2º | 0.73% | 0.8% | - |
| XYZ | 19.55 | 19.14 | 60.42 | - |
| YUV | 111.43 | 180.8 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 205 | 0.73 | 0.40 | 0 | 0.20 | 213.2 | 0.6 | 0.51 |
| Hex | 37 | 7A | CD | 49 | 28 | 0 | 14 | D5 | 3C | 33 |
| Octal | 67 | 172 | 315 | 111 | 50 | 0 | 24 | 325 | 74 | 63 |
| Binary | 110111 | 1111010 | 11001101 | 1001001 | 101000 | 0 | 10100 | 11010101 | 111100 | 110011 |
Color Harmonies of #377ACD
Complementary color
Monochromatic Colors of #377ACD
Black with #377ACD
Text Example
Text Example
White with #377ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377ACD; }
p { color: rgb(55,122,205); }
H1.HeaderClassName
{
color: #377ACD;
}
.AnyTagClassName
{
color: #377ACD;
}
</style>
background-color css
<style>
a { background-color: #377ACD; }
a { background-color: rgb(55,122,205); }
div.DivClassName
{
background-color: #377ACD;
}
.BgClassName
{
background-color: #377ACD;
}
</style>
border-color css
<style>
span { border-color: #377ACD; }
span { border-color: rgb(55,122,205); }
td.TdClassName
{
border-color: #377ACD;
}
.TagClassName
{
border-color: #377ACD;
}
</style>