Shades of Curious Blue #377BC1
Tints of Curious Blue #377BC1
RGB
CMYK
RGB Variations
Color information
#377BC1 (or 0x377BC1) is known color: Curious Blue. HEX triplet: 37, 7B and C1. RGB value is (55,123,193). Sum of RGB (Red+Green+Blue) = 55+123+193=371 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.82% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 193 (75.78% from 255 or 52.02% from 371); Max value from RGB is 193 - color contains mainly: blue. Hex color #377BC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377BC1 is #C8843E. Grayscale: #6E6E6E. Windows color (decimal): -13141055 or 12679991. OLE color: 12679991.
HSL color Cylindrical-coordinate representation of color #377BC1: hue angle of 210.43º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #377BC1 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 55 | 123 | 193 | - |
| CMYK | 0.72 | 0.36 | 0 | 0.24 |
| HSL | 210.43º | 0.56% | 0.49% | - |
| HSV(B) | 210.43º | 0.72% | 0.76% | - |
| XYZ | 18.28 | 18.83 | 53.12 | - |
| YUV | 110.65 | 174.47 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 123 | 193 | 0.72 | 0.36 | 0 | 0.24 | 210.43 | 0.56 | 0.49 |
| Hex | 37 | 7B | C1 | 48 | 24 | 0 | 18 | D2 | 38 | 31 |
| Octal | 67 | 173 | 301 | 110 | 44 | 0 | 30 | 322 | 70 | 61 |
| Binary | 110111 | 1111011 | 11000001 | 1001000 | 100100 | 0 | 11000 | 11010010 | 111000 | 110001 |
Color Harmonies of #377BC1
Complementary color
Monochromatic Colors of #377BC1
Black with #377BC1
Text Example
Text Example
White with #377BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377BC1; }
p { color: rgb(55,123,193); }
H1.HeaderClassName
{
color: #377BC1;
}
.AnyTagClassName
{
color: #377BC1;
}
</style>
background-color css
<style>
a { background-color: #377BC1; }
a { background-color: rgb(55,123,193); }
div.DivClassName
{
background-color: #377BC1;
}
.BgClassName
{
background-color: #377BC1;
}
</style>
border-color css
<style>
span { border-color: #377BC1; }
span { border-color: rgb(55,123,193); }
td.TdClassName
{
border-color: #377BC1;
}
.TagClassName
{
border-color: #377BC1;
}
</style>