Shades of Curious Blue #377FD4
Tints of Curious Blue #377FD4
RGB
CMYK
RGB Variations
Color information
#377FD4 (or 0x377FD4) is known color: Curious Blue. HEX triplet: 37, 7F and D4. RGB value is (55,127,212). Sum of RGB (Red+Green+Blue) = 55+127+212=394 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.96% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 212 (83.20% from 255 or 53.81% from 394); Max value from RGB is 212 - color contains mainly: blue. Hex color #377FD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377FD4 is #C8802B. Grayscale: #727272. Windows color (decimal): -13140012 or 13926199. OLE color: 13926199.
HSL color Cylindrical-coordinate representation of color #377FD4: hue angle of 212.48º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #377FD4 is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 55 | 127 | 212 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.17 |
| HSL | 212.48º | 0.65% | 0.52% | - |
| HSV(B) | 212.48º | 0.74% | 0.83% | - |
| XYZ | 21.05 | 20.74 | 65.18 | - |
| YUV | 115.16 | 182.65 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 127 | 212 | 0.74 | 0.40 | 0 | 0.17 | 212.48 | 0.65 | 0.52 |
| Hex | 37 | 7F | D4 | 4A | 28 | 0 | 11 | D4 | 41 | 34 |
| Octal | 67 | 177 | 324 | 112 | 50 | 0 | 21 | 324 | 101 | 64 |
| Binary | 110111 | 1111111 | 11010100 | 1001010 | 101000 | 0 | 10001 | 11010100 | 1000001 | 110100 |
Color Harmonies of #377FD4
Complementary color
Monochromatic Colors of #377FD4
Black with #377FD4
Text Example
Text Example
White with #377FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377FD4; }
p { color: rgb(55,127,212); }
H1.HeaderClassName
{
color: #377FD4;
}
.AnyTagClassName
{
color: #377FD4;
}
</style>
background-color css
<style>
a { background-color: #377FD4; }
a { background-color: rgb(55,127,212); }
div.DivClassName
{
background-color: #377FD4;
}
.BgClassName
{
background-color: #377FD4;
}
</style>
border-color css
<style>
span { border-color: #377FD4; }
span { border-color: rgb(55,127,212); }
td.TdClassName
{
border-color: #377FD4;
}
.TagClassName
{
border-color: #377FD4;
}
</style>