Shades of Curious Blue #377BCD
Tints of Curious Blue #377BCD
RGB
CMYK
RGB Variations
Color information
#377BCD (or 0x377BCD) is known color: Curious Blue. HEX triplet: 37, 7B and CD. RGB value is (55,123,205). Sum of RGB (Red+Green+Blue) = 55+123+205=383 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.36% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #377BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377BCD is #C88432. Grayscale: #6F6F6F. Windows color (decimal): -13141043 or 13466423. OLE color: 13466423.
HSL color Cylindrical-coordinate representation of color #377BCD: hue angle of 212.8º 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 #377BCD is Cyan = 0.73, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 123 | 205 | - |
| CMYK | 0.73 | 0.4 | 0 | 0.20 |
| HSL | 212.8º | 0.6% | 0.51% | - |
| HSV(B) | 212.8º | 0.73% | 0.8% | - |
| XYZ | 19.68 | 19.39 | 60.46 | - |
| YUV | 112.02 | 180.47 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 123 | 205 | 0.73 | 0.4 | 0 | 0.20 | 212.8 | 0.6 | 0.51 |
| Hex | 37 | 7B | CD | 49 | 28 | 0 | 14 | D5 | 3C | 33 |
| Octal | 67 | 173 | 315 | 111 | 50 | 0 | 24 | 325 | 74 | 63 |
| Binary | 110111 | 1111011 | 11001101 | 1001001 | 101000 | 0 | 10100 | 11010101 | 111100 | 110011 |
Color Harmonies of #377BCD
Complementary color
Monochromatic Colors of #377BCD
Black with #377BCD
Text Example
Text Example
White with #377BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377BCD; }
p { color: rgb(55,123,205); }
H1.HeaderClassName
{
color: #377BCD;
}
.AnyTagClassName
{
color: #377BCD;
}
</style>
background-color css
<style>
a { background-color: #377BCD; }
a { background-color: rgb(55,123,205); }
div.DivClassName
{
background-color: #377BCD;
}
.BgClassName
{
background-color: #377BCD;
}
</style>
border-color css
<style>
span { border-color: #377BCD; }
span { border-color: rgb(55,123,205); }
td.TdClassName
{
border-color: #377BCD;
}
.TagClassName
{
border-color: #377BCD;
}
</style>