Shades of Curious Blue #3777AF
Tints of Curious Blue #3777AF
RGB
CMYK
RGB Variations
Color information
#3777AF (or 0x3777AF) is known color: Curious Blue. HEX triplet: 37, 77 and AF. RGB value is (55,119,175). Sum of RGB (Red+Green+Blue) = 55+119+175=349 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.76% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #3777AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3777AF is #C88850. Grayscale: #696969. Windows color (decimal): -13142097 or 11499319. OLE color: 11499319.
HSL color Cylindrical-coordinate representation of color #3777AF: hue angle of 208º 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 #3777AF is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 55 | 119 | 175 | - |
| CMYK | 0.69 | 0.32 | 0 | 0.31 |
| HSL | 208º | 0.52% | 0.45% | - |
| HSV(B) | 208º | 0.69% | 0.69% | - |
| XYZ | 15.91 | 17.1 | 43.02 | - |
| YUV | 106.25 | 166.8 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 119 | 175 | 0.69 | 0.32 | 0 | 0.31 | 208 | 0.52 | 0.45 |
| Hex | 37 | 77 | AF | 45 | 20 | 0 | 1F | D0 | 34 | 2D |
| Octal | 67 | 167 | 257 | 105 | 40 | 0 | 37 | 320 | 64 | 55 |
| Binary | 110111 | 1110111 | 10101111 | 1000101 | 100000 | 0 | 11111 | 11010000 | 110100 | 101101 |
Color Harmonies of #3777AF
Complementary color
Monochromatic Colors of #3777AF
Black with #3777AF
Text Example
Text Example
White with #3777AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3777AF; }
p { color: rgb(55,119,175); }
H1.HeaderClassName
{
color: #3777AF;
}
.AnyTagClassName
{
color: #3777AF;
}
</style>
background-color css
<style>
a { background-color: #3777AF; }
a { background-color: rgb(55,119,175); }
div.DivClassName
{
background-color: #3777AF;
}
.BgClassName
{
background-color: #3777AF;
}
</style>
border-color css
<style>
span { border-color: #3777AF; }
span { border-color: rgb(55,119,175); }
td.TdClassName
{
border-color: #3777AF;
}
.TagClassName
{
border-color: #3777AF;
}
</style>