Shades of Curious Blue #3E77C2
Tints of Curious Blue #3E77C2
RGB
CMYK
RGB Variations
Color information
#3E77C2 (or 0x3E77C2) is known color: Curious Blue. HEX triplet: 3E, 77 and C2. RGB value is (62,119,194). Sum of RGB (Red+Green+Blue) = 62+119+194=375 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.53% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 194 (76.17% from 255 or 51.73% from 375); Max value from RGB is 194 - color contains mainly: blue. Hex color #3E77C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E77C2 is #C1883D. Grayscale: #6E6E6E. Windows color (decimal): -12683326 or 12744510. OLE color: 12744510.
HSL color Cylindrical-coordinate representation of color #3E77C2: hue angle of 214.09º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E77C2 is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 62 | 119 | 194 | - |
| CMYK | 0.68 | 0.39 | 0 | 0.24 |
| HSL | 214.09º | 0.52% | 0.5% | - |
| HSV(B) | 214.09º | 0.68% | 0.76% | - |
| XYZ | 18.32 | 18.11 | 53.57 | - |
| YUV | 110.51 | 175.12 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 119 | 194 | 0.68 | 0.39 | 0 | 0.24 | 214.09 | 0.52 | 0.5 |
| Hex | 3E | 77 | C2 | 44 | 27 | 0 | 18 | D6 | 34 | 32 |
| Octal | 76 | 167 | 302 | 104 | 47 | 0 | 30 | 326 | 64 | 62 |
| Binary | 111110 | 1110111 | 11000010 | 1000100 | 100111 | 0 | 11000 | 11010110 | 110100 | 110010 |
Color Harmonies of #3E77C2
Complementary color
Monochromatic Colors of #3E77C2
Black with #3E77C2
Text Example
Text Example
White with #3E77C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E77C2; }
p { color: rgb(62,119,194); }
H1.HeaderClassName
{
color: #3E77C2;
}
.AnyTagClassName
{
color: #3E77C2;
}
</style>
background-color css
<style>
a { background-color: #3E77C2; }
a { background-color: rgb(62,119,194); }
div.DivClassName
{
background-color: #3E77C2;
}
.BgClassName
{
background-color: #3E77C2;
}
</style>
border-color css
<style>
span { border-color: #3E77C2; }
span { border-color: rgb(62,119,194); }
td.TdClassName
{
border-color: #3E77C2;
}
.TagClassName
{
border-color: #3E77C2;
}
</style>