Shades of Curious Blue #3E94CF
Tints of Curious Blue #3E94CF
RGB
CMYK
RGB Variations
Color information
#3E94CF (or 0x3E94CF) is known color: Curious Blue. HEX triplet: 3E, 94 and CF. RGB value is (62,148,207). Sum of RGB (Red+Green+Blue) = 62+148+207=417 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.87% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #3E94CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E94CF is #C16B30. Grayscale: #808080. Windows color (decimal): -12675889 or 13603902. OLE color: 13603902.
HSL color Cylindrical-coordinate representation of color #3E94CF: hue angle of 204.41º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E94CF is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 148 | 207 | - |
| CMYK | 0.70 | 0.29 | 0 | 0.19 |
| HSL | 204.41º | 0.6% | 0.53% | - |
| HSV(B) | 204.41º | 0.7% | 0.81% | - |
| XYZ | 23.84 | 26.71 | 62.93 | - |
| YUV | 129.01 | 172.01 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 148 | 207 | 0.70 | 0.29 | 0 | 0.19 | 204.41 | 0.6 | 0.53 |
| Hex | 3E | 94 | CF | 46 | 1D | 0 | 13 | CC | 3C | 35 |
| Octal | 76 | 224 | 317 | 106 | 35 | 0 | 23 | 314 | 74 | 65 |
| Binary | 111110 | 10010100 | 11001111 | 1000110 | 11101 | 0 | 10011 | 11001100 | 111100 | 110101 |
Color Harmonies of #3E94CF
Complementary color
Monochromatic Colors of #3E94CF
Black with #3E94CF
Text Example
Text Example
White with #3E94CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E94CF; }
p { color: rgb(62,148,207); }
H1.HeaderClassName
{
color: #3E94CF;
}
.AnyTagClassName
{
color: #3E94CF;
}
</style>
background-color css
<style>
a { background-color: #3E94CF; }
a { background-color: rgb(62,148,207); }
div.DivClassName
{
background-color: #3E94CF;
}
.BgClassName
{
background-color: #3E94CF;
}
</style>
border-color css
<style>
span { border-color: #3E94CF; }
span { border-color: rgb(62,148,207); }
td.TdClassName
{
border-color: #3E94CF;
}
.TagClassName
{
border-color: #3E94CF;
}
</style>