Shades of Curious Blue #377AAF
Tints of Curious Blue #377AAF
RGB
CMYK
RGB Variations
Color information
#377AAF (or 0x377AAF) is known color: Curious Blue. HEX triplet: 37, 7A and AF. RGB value is (55,122,175). Sum of RGB (Red+Green+Blue) = 55+122+175=352 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.62% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 175 (68.75% from 255 or 49.72% from 352); Max value from RGB is 175 - color contains mainly: blue. Hex color #377AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377AAF is #C88550. Grayscale: #6B6B6B. Windows color (decimal): -13141329 or 11500087. OLE color: 11500087.
HSL color Cylindrical-coordinate representation of color #377AAF: hue angle of 206.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #377AAF is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 55 | 122 | 175 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.31 |
| HSL | 206.5º | 0.52% | 0.45% | - |
| HSV(B) | 206.5º | 0.69% | 0.69% | - |
| XYZ | 16.27 | 17.83 | 43.14 | - |
| YUV | 108.01 | 165.8 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 175 | 0.69 | 0.30 | 0 | 0.31 | 206.5 | 0.52 | 0.45 |
| Hex | 37 | 7A | AF | 45 | 1E | 0 | 1F | CE | 34 | 2D |
| Octal | 67 | 172 | 257 | 105 | 36 | 0 | 37 | 316 | 64 | 55 |
| Binary | 110111 | 1111010 | 10101111 | 1000101 | 11110 | 0 | 11111 | 11001110 | 110100 | 101101 |
Color Harmonies of #377AAF
Complementary color
Monochromatic Colors of #377AAF
Black with #377AAF
Text Example
Text Example
White with #377AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377AAF; }
p { color: rgb(55,122,175); }
H1.HeaderClassName
{
color: #377AAF;
}
.AnyTagClassName
{
color: #377AAF;
}
</style>
background-color css
<style>
a { background-color: #377AAF; }
a { background-color: rgb(55,122,175); }
div.DivClassName
{
background-color: #377AAF;
}
.BgClassName
{
background-color: #377AAF;
}
</style>
border-color css
<style>
span { border-color: #377AAF; }
span { border-color: rgb(55,122,175); }
td.TdClassName
{
border-color: #377AAF;
}
.TagClassName
{
border-color: #377AAF;
}
</style>