Shades of Curious Blue #3B7DAE
Tints of Curious Blue #3B7DAE
RGB
CMYK
RGB Variations
Color information
#3B7DAE (or 0x3B7DAE) is known color: Curious Blue. HEX triplet: 3B, 7D and AE. RGB value is (59,125,174). Sum of RGB (Red+Green+Blue) = 59+125+174=358 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.48% from 358); Green value is 125 (49.22% from 255 or 34.92% 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 #3B7DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7DAE is #C48251. Grayscale: #6E6E6E. Windows color (decimal): -12878418 or 11435323. OLE color: 11435323.
HSL color Cylindrical-coordinate representation of color #3B7DAE: hue angle of 205.57º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B7DAE is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 125 | 174 | - |
| CMYK | 0.66 | 0.28 | 0 | 0.32 |
| HSL | 205.57º | 0.49% | 0.46% | - |
| HSV(B) | 205.57º | 0.66% | 0.68% | - |
| XYZ | 16.78 | 18.65 | 42.76 | - |
| YUV | 110.85 | 163.63 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 125 | 174 | 0.66 | 0.28 | 0 | 0.32 | 205.57 | 0.49 | 0.46 |
| Hex | 3B | 7D | AE | 42 | 1C | 0 | 20 | CE | 31 | 2E |
| Octal | 73 | 175 | 256 | 102 | 34 | 0 | 40 | 316 | 61 | 56 |
| Binary | 111011 | 1111101 | 10101110 | 1000010 | 11100 | 0 | 100000 | 11001110 | 110001 | 101110 |
Color Harmonies of #3B7DAE
Complementary color
Monochromatic Colors of #3B7DAE
Black with #3B7DAE
Text Example
Text Example
White with #3B7DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7DAE; }
p { color: rgb(59,125,174); }
H1.HeaderClassName
{
color: #3B7DAE;
}
.AnyTagClassName
{
color: #3B7DAE;
}
</style>
background-color css
<style>
a { background-color: #3B7DAE; }
a { background-color: rgb(59,125,174); }
div.DivClassName
{
background-color: #3B7DAE;
}
.BgClassName
{
background-color: #3B7DAE;
}
</style>
border-color css
<style>
span { border-color: #3B7DAE; }
span { border-color: rgb(59,125,174); }
td.TdClassName
{
border-color: #3B7DAE;
}
.TagClassName
{
border-color: #3B7DAE;
}
</style>