Shades of Curious Blue #377AC1
Tints of Curious Blue #377AC1
RGB
CMYK
RGB Variations
Color information
#377AC1 (or 0x377AC1) is known color: Curious Blue. HEX triplet: 37, 7A and C1. RGB value is (55,122,193). Sum of RGB (Red+Green+Blue) = 55+122+193=370 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.86% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 193 (75.78% from 255 or 52.16% from 370); Max value from RGB is 193 - color contains mainly: blue. Hex color #377AC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377AC1 is #C8853E. Grayscale: #6D6D6D. Windows color (decimal): -13141311 or 12679735. OLE color: 12679735.
HSL color Cylindrical-coordinate representation of color #377AC1: hue angle of 210.87º 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 #377AC1 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 55 | 122 | 193 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.24 |
| HSL | 210.87º | 0.56% | 0.49% | - |
| HSV(B) | 210.87º | 0.72% | 0.76% | - |
| XYZ | 18.16 | 18.58 | 53.08 | - |
| YUV | 110.06 | 174.8 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 193 | 0.72 | 0.37 | 0 | 0.24 | 210.87 | 0.56 | 0.49 |
| Hex | 37 | 7A | C1 | 48 | 25 | 0 | 18 | D3 | 38 | 31 |
| Octal | 67 | 172 | 301 | 110 | 45 | 0 | 30 | 323 | 70 | 61 |
| Binary | 110111 | 1111010 | 11000001 | 1001000 | 100101 | 0 | 11000 | 11010011 | 111000 | 110001 |
Color Harmonies of #377AC1
Complementary color
Monochromatic Colors of #377AC1
Black with #377AC1
Text Example
Text Example
White with #377AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377AC1; }
p { color: rgb(55,122,193); }
H1.HeaderClassName
{
color: #377AC1;
}
.AnyTagClassName
{
color: #377AC1;
}
</style>
background-color css
<style>
a { background-color: #377AC1; }
a { background-color: rgb(55,122,193); }
div.DivClassName
{
background-color: #377AC1;
}
.BgClassName
{
background-color: #377AC1;
}
</style>
border-color css
<style>
span { border-color: #377AC1; }
span { border-color: rgb(55,122,193); }
td.TdClassName
{
border-color: #377AC1;
}
.TagClassName
{
border-color: #377AC1;
}
</style>