Shades of Curious Blue #3781AE
Tints of Curious Blue #3781AE
RGB
CMYK
RGB Variations
Color information
#3781AE (or 0x3781AE) is known color: Curious Blue. HEX triplet: 37, 81 and AE. RGB value is (55,129,174). Sum of RGB (Red+Green+Blue) = 55+129+174=358 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.36% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #3781AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3781AE is #C87E51. Grayscale: #6F6F6F. Windows color (decimal): -13139538 or 11436343. OLE color: 11436343.
HSL color Cylindrical-coordinate representation of color #3781AE: hue angle of 202.69º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3781AE is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 55 | 129 | 174 | - |
| CMYK | 0.68 | 0.26 | 0 | 0.32 |
| HSL | 202.69º | 0.52% | 0.45% | - |
| HSV(B) | 202.69º | 0.68% | 0.68% | - |
| XYZ | 17.07 | 19.57 | 42.92 | - |
| YUV | 112 | 162.98 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 129 | 174 | 0.68 | 0.26 | 0 | 0.32 | 202.69 | 0.52 | 0.45 |
| Hex | 37 | 81 | AE | 44 | 1A | 0 | 20 | CB | 34 | 2D |
| Octal | 67 | 201 | 256 | 104 | 32 | 0 | 40 | 313 | 64 | 55 |
| Binary | 110111 | 10000001 | 10101110 | 1000100 | 11010 | 0 | 100000 | 11001011 | 110100 | 101101 |
Color Harmonies of #3781AE
Complementary color
Monochromatic Colors of #3781AE
Black with #3781AE
Text Example
Text Example
White with #3781AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3781AE; }
p { color: rgb(55,129,174); }
H1.HeaderClassName
{
color: #3781AE;
}
.AnyTagClassName
{
color: #3781AE;
}
</style>
background-color css
<style>
a { background-color: #3781AE; }
a { background-color: rgb(55,129,174); }
div.DivClassName
{
background-color: #3781AE;
}
.BgClassName
{
background-color: #3781AE;
}
</style>
border-color css
<style>
span { border-color: #3781AE; }
span { border-color: rgb(55,129,174); }
td.TdClassName
{
border-color: #3781AE;
}
.TagClassName
{
border-color: #3781AE;
}
</style>