Shades of Curious Blue #3E7BBD
Tints of Curious Blue #3E7BBD
RGB
CMYK
RGB Variations
Color information
#3E7BBD (or 0x3E7BBD) is known color: Curious Blue. HEX triplet: 3E, 7B and BD. RGB value is (62,123,189). Sum of RGB (Red+Green+Blue) = 62+123+189=374 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.58% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #3E7BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E7BBD is #C18442. Grayscale: #6F6F6F. Windows color (decimal): -12682307 or 12417854. OLE color: 12417854.
HSL color Cylindrical-coordinate representation of color #3E7BBD: hue angle of 211.18º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E7BBD is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 123 | 189 | - |
| CMYK | 0.67 | 0.35 | 0 | 0.26 |
| HSL | 211.18º | 0.51% | 0.49% | - |
| HSV(B) | 211.18º | 0.67% | 0.74% | - |
| XYZ | 18.25 | 18.86 | 50.82 | - |
| YUV | 112.29 | 171.29 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 123 | 189 | 0.67 | 0.35 | 0 | 0.26 | 211.18 | 0.51 | 0.49 |
| Hex | 3E | 7B | BD | 43 | 23 | 0 | 1A | D3 | 33 | 31 |
| Octal | 76 | 173 | 275 | 103 | 43 | 0 | 32 | 323 | 63 | 61 |
| Binary | 111110 | 1111011 | 10111101 | 1000011 | 100011 | 0 | 11010 | 11010011 | 110011 | 110001 |
Color Harmonies of #3E7BBD
Complementary color
Monochromatic Colors of #3E7BBD
Black with #3E7BBD
Text Example
Text Example
White with #3E7BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7BBD; }
p { color: rgb(62,123,189); }
H1.HeaderClassName
{
color: #3E7BBD;
}
.AnyTagClassName
{
color: #3E7BBD;
}
</style>
background-color css
<style>
a { background-color: #3E7BBD; }
a { background-color: rgb(62,123,189); }
div.DivClassName
{
background-color: #3E7BBD;
}
.BgClassName
{
background-color: #3E7BBD;
}
</style>
border-color css
<style>
span { border-color: #3E7BBD; }
span { border-color: rgb(62,123,189); }
td.TdClassName
{
border-color: #3E7BBD;
}
.TagClassName
{
border-color: #3E7BBD;
}
</style>