Shades of Curious Blue #377ACB
Tints of Curious Blue #377ACB
RGB
CMYK
RGB Variations
Color information
#377ACB (or 0x377ACB) is known color: Curious Blue. HEX triplet: 37, 7A and CB. RGB value is (55,122,203). Sum of RGB (Red+Green+Blue) = 55+122+203=380 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.47% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #377ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377ACB is #C88534. Grayscale: #6E6E6E. Windows color (decimal): -13141301 or 13335095. OLE color: 13335095.
HSL color Cylindrical-coordinate representation of color #377ACB: hue angle of 212.84º degrees, saturation: 0.59, 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 #377ACB is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 122 | 203 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.20 |
| HSL | 212.84º | 0.59% | 0.51% | - |
| HSV(B) | 212.84º | 0.73% | 0.8% | - |
| XYZ | 19.31 | 19.04 | 59.16 | - |
| YUV | 111.2 | 179.8 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 203 | 0.73 | 0.40 | 0 | 0.20 | 212.84 | 0.59 | 0.51 |
| Hex | 37 | 7A | CB | 49 | 28 | 0 | 14 | D5 | 3B | 33 |
| Octal | 67 | 172 | 313 | 111 | 50 | 0 | 24 | 325 | 73 | 63 |
| Binary | 110111 | 1111010 | 11001011 | 1001001 | 101000 | 0 | 10100 | 11010101 | 111011 | 110011 |
Color Harmonies of #377ACB
Complementary color
Monochromatic Colors of #377ACB
Black with #377ACB
Text Example
Text Example
White with #377ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377ACB; }
p { color: rgb(55,122,203); }
H1.HeaderClassName
{
color: #377ACB;
}
.AnyTagClassName
{
color: #377ACB;
}
</style>
background-color css
<style>
a { background-color: #377ACB; }
a { background-color: rgb(55,122,203); }
div.DivClassName
{
background-color: #377ACB;
}
.BgClassName
{
background-color: #377ACB;
}
</style>
border-color css
<style>
span { border-color: #377ACB; }
span { border-color: rgb(55,122,203); }
td.TdClassName
{
border-color: #377ACB;
}
.TagClassName
{
border-color: #377ACB;
}
</style>