Shades of Curious Blue #377FD1
Tints of Curious Blue #377FD1
RGB
CMYK
RGB Variations
Color information
#377FD1 (or 0x377FD1) is known color: Curious Blue. HEX triplet: 37, 7F and D1. RGB value is (55,127,209). Sum of RGB (Red+Green+Blue) = 55+127+209=391 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.07% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 209 (82.03% from 255 or 53.45% from 391); Max value from RGB is 209 - color contains mainly: blue. Hex color #377FD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377FD1 is #C8802E. Grayscale: #727272. Windows color (decimal): -13140015 or 13729591. OLE color: 13729591.
HSL color Cylindrical-coordinate representation of color #377FD1: hue angle of 211.95º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #377FD1 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 55 | 127 | 209 | - |
| CMYK | 0.74 | 0.39 | 0 | 0.18 |
| HSL | 211.95º | 0.63% | 0.52% | - |
| HSV(B) | 211.95º | 0.74% | 0.82% | - |
| XYZ | 20.67 | 20.59 | 63.21 | - |
| YUV | 114.82 | 181.15 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 127 | 209 | 0.74 | 0.39 | 0 | 0.18 | 211.95 | 0.63 | 0.52 |
| Hex | 37 | 7F | D1 | 4A | 27 | 0 | 12 | D4 | 3F | 34 |
| Octal | 67 | 177 | 321 | 112 | 47 | 0 | 22 | 324 | 77 | 64 |
| Binary | 110111 | 1111111 | 11010001 | 1001010 | 100111 | 0 | 10010 | 11010100 | 111111 | 110100 |
Color Harmonies of #377FD1
Complementary color
Monochromatic Colors of #377FD1
Black with #377FD1
Text Example
Text Example
White with #377FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377FD1; }
p { color: rgb(55,127,209); }
H1.HeaderClassName
{
color: #377FD1;
}
.AnyTagClassName
{
color: #377FD1;
}
</style>
background-color css
<style>
a { background-color: #377FD1; }
a { background-color: rgb(55,127,209); }
div.DivClassName
{
background-color: #377FD1;
}
.BgClassName
{
background-color: #377FD1;
}
</style>
border-color css
<style>
span { border-color: #377FD1; }
span { border-color: rgb(55,127,209); }
td.TdClassName
{
border-color: #377FD1;
}
.TagClassName
{
border-color: #377FD1;
}
</style>