Shades of Curious Blue #3779AF
Tints of Curious Blue #3779AF
RGB
CMYK
RGB Variations
Color information
#3779AF (or 0x3779AF) is known color: Curious Blue. HEX triplet: 37, 79 and AF. RGB value is (55,121,175). Sum of RGB (Red+Green+Blue) = 55+121+175=351 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.67% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #3779AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3779AF is #C88650. Grayscale: #6B6B6B. Windows color (decimal): -13141585 or 11499831. OLE color: 11499831.
HSL color Cylindrical-coordinate representation of color #3779AF: hue angle of 207º 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 #3779AF is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 55 | 121 | 175 | - |
| CMYK | 0.69 | 0.31 | 0 | 0.31 |
| HSL | 207º | 0.52% | 0.45% | - |
| HSV(B) | 207º | 0.69% | 0.69% | - |
| XYZ | 16.15 | 17.58 | 43.1 | - |
| YUV | 107.42 | 166.13 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 121 | 175 | 0.69 | 0.31 | 0 | 0.31 | 207 | 0.52 | 0.45 |
| Hex | 37 | 79 | AF | 45 | 1F | 0 | 1F | CF | 34 | 2D |
| Octal | 67 | 171 | 257 | 105 | 37 | 0 | 37 | 317 | 64 | 55 |
| Binary | 110111 | 1111001 | 10101111 | 1000101 | 11111 | 0 | 11111 | 11001111 | 110100 | 101101 |
Color Harmonies of #3779AF
Complementary color
Monochromatic Colors of #3779AF
Black with #3779AF
Text Example
Text Example
White with #3779AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3779AF; }
p { color: rgb(55,121,175); }
H1.HeaderClassName
{
color: #3779AF;
}
.AnyTagClassName
{
color: #3779AF;
}
</style>
background-color css
<style>
a { background-color: #3779AF; }
a { background-color: rgb(55,121,175); }
div.DivClassName
{
background-color: #3779AF;
}
.BgClassName
{
background-color: #3779AF;
}
</style>
border-color css
<style>
span { border-color: #3779AF; }
span { border-color: rgb(55,121,175); }
td.TdClassName
{
border-color: #3779AF;
}
.TagClassName
{
border-color: #3779AF;
}
</style>