Shades of Curious Blue #3A7FBE
Tints of Curious Blue #3A7FBE
RGB
CMYK
RGB Variations
Color information
#3A7FBE (or 0x3A7FBE) is known color: Curious Blue. HEX triplet: 3A, 7F and BE. RGB value is (58,127,190). Sum of RGB (Red+Green+Blue) = 58+127+190=375 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.47% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A7FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7FBE is #C58041. Grayscale: #717171. Windows color (decimal): -12943426 or 12484410. OLE color: 12484410.
HSL color Cylindrical-coordinate representation of color #3A7FBE: hue angle of 208.64º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A7FBE is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 127 | 190 | - |
| CMYK | 0.69 | 0.33 | 0 | 0.25 |
| HSL | 208.64º | 0.53% | 0.49% | - |
| HSV(B) | 208.64º | 0.69% | 0.75% | - |
| XYZ | 18.63 | 19.8 | 51.55 | - |
| YUV | 113.55 | 171.14 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 127 | 190 | 0.69 | 0.33 | 0 | 0.25 | 208.64 | 0.53 | 0.49 |
| Hex | 3A | 7F | BE | 45 | 21 | 0 | 19 | D1 | 35 | 31 |
| Octal | 72 | 177 | 276 | 105 | 41 | 0 | 31 | 321 | 65 | 61 |
| Binary | 111010 | 1111111 | 10111110 | 1000101 | 100001 | 0 | 11001 | 11010001 | 110101 | 110001 |
Color Harmonies of #3A7FBE
Complementary color
Monochromatic Colors of #3A7FBE
Black with #3A7FBE
Text Example
Text Example
White with #3A7FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7FBE; }
p { color: rgb(58,127,190); }
H1.HeaderClassName
{
color: #3A7FBE;
}
.AnyTagClassName
{
color: #3A7FBE;
}
</style>
background-color css
<style>
a { background-color: #3A7FBE; }
a { background-color: rgb(58,127,190); }
div.DivClassName
{
background-color: #3A7FBE;
}
.BgClassName
{
background-color: #3A7FBE;
}
</style>
border-color css
<style>
span { border-color: #3A7FBE; }
span { border-color: rgb(58,127,190); }
td.TdClassName
{
border-color: #3A7FBE;
}
.TagClassName
{
border-color: #3A7FBE;
}
</style>