Shades of Curious Blue #3776CB
Tints of Curious Blue #3776CB
RGB
CMYK
RGB Variations
Color information
#3776CB (or 0x3776CB) is known color: Curious Blue. HEX triplet: 37, 76 and CB. RGB value is (55,118,203). Sum of RGB (Red+Green+Blue) = 55+118+203=376 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.63% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #3776CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3776CB is #C88934. Grayscale: #6C6C6C. Windows color (decimal): -13142325 or 13334071. OLE color: 13334071.
HSL color Cylindrical-coordinate representation of color #3776CB: hue angle of 214.46º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3776CB is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 118 | 203 | - |
| CMYK | 0.73 | 0.42 | 0 | 0.20 |
| HSL | 214.46º | 0.59% | 0.51% | - |
| HSV(B) | 214.46º | 0.73% | 0.8% | - |
| XYZ | 18.83 | 18.08 | 59 | - |
| YUV | 108.85 | 181.13 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 118 | 203 | 0.73 | 0.42 | 0 | 0.20 | 214.46 | 0.59 | 0.51 |
| Hex | 37 | 76 | CB | 49 | 2A | 0 | 14 | D6 | 3B | 33 |
| Octal | 67 | 166 | 313 | 111 | 52 | 0 | 24 | 326 | 73 | 63 |
| Binary | 110111 | 1110110 | 11001011 | 1001001 | 101010 | 0 | 10100 | 11010110 | 111011 | 110011 |
Color Harmonies of #3776CB
Complementary color
Monochromatic Colors of #3776CB
Black with #3776CB
Text Example
Text Example
White with #3776CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3776CB; }
p { color: rgb(55,118,203); }
H1.HeaderClassName
{
color: #3776CB;
}
.AnyTagClassName
{
color: #3776CB;
}
</style>
background-color css
<style>
a { background-color: #3776CB; }
a { background-color: rgb(55,118,203); }
div.DivClassName
{
background-color: #3776CB;
}
.BgClassName
{
background-color: #3776CB;
}
</style>
border-color css
<style>
span { border-color: #3776CB; }
span { border-color: rgb(55,118,203); }
td.TdClassName
{
border-color: #3776CB;
}
.TagClassName
{
border-color: #3776CB;
}
</style>