Shades of Curious Blue #377BC9
Tints of Curious Blue #377BC9
RGB
CMYK
RGB Variations
Color information
#377BC9 (or 0x377BC9) is known color: Curious Blue. HEX triplet: 37, 7B and C9. RGB value is (55,123,201). Sum of RGB (Red+Green+Blue) = 55+123+201=379 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.51% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 201 (78.91% from 255 or 53.03% from 379); Max value from RGB is 201 - color contains mainly: blue. Hex color #377BC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377BC9 is #C88436. Grayscale: #6F6F6F. Windows color (decimal): -13141047 or 13204279. OLE color: 13204279.
HSL color Cylindrical-coordinate representation of color #377BC9: hue angle of 212.05º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #377BC9 is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 55 | 123 | 201 | - |
| CMYK | 0.73 | 0.39 | 0 | 0.21 |
| HSL | 212.05º | 0.57% | 0.5% | - |
| HSV(B) | 212.05º | 0.73% | 0.79% | - |
| XYZ | 19.2 | 19.2 | 57.95 | - |
| YUV | 111.56 | 178.47 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 123 | 201 | 0.73 | 0.39 | 0 | 0.21 | 212.05 | 0.57 | 0.5 |
| Hex | 37 | 7B | C9 | 49 | 27 | 0 | 15 | D4 | 39 | 32 |
| Octal | 67 | 173 | 311 | 111 | 47 | 0 | 25 | 324 | 71 | 62 |
| Binary | 110111 | 1111011 | 11001001 | 1001001 | 100111 | 0 | 10101 | 11010100 | 111001 | 110010 |
Color Harmonies of #377BC9
Complementary color
Monochromatic Colors of #377BC9
Black with #377BC9
Text Example
Text Example
White with #377BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377BC9; }
p { color: rgb(55,123,201); }
H1.HeaderClassName
{
color: #377BC9;
}
.AnyTagClassName
{
color: #377BC9;
}
</style>
background-color css
<style>
a { background-color: #377BC9; }
a { background-color: rgb(55,123,201); }
div.DivClassName
{
background-color: #377BC9;
}
.BgClassName
{
background-color: #377BC9;
}
</style>
border-color css
<style>
span { border-color: #377BC9; }
span { border-color: rgb(55,123,201); }
td.TdClassName
{
border-color: #377BC9;
}
.TagClassName
{
border-color: #377BC9;
}
</style>