Shades of Curious Blue #3A7BBA
Tints of Curious Blue #3A7BBA
RGB
CMYK
RGB Variations
Color information
#3A7BBA (or 0x3A7BBA) is known color: Curious Blue. HEX triplet: 3A, 7B and BA. RGB value is (58,123,186). Sum of RGB (Red+Green+Blue) = 58+123+186=367 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.80% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A7BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7BBA is #C58445. Grayscale: #6E6E6E. Windows color (decimal): -12944454 or 12221242. OLE color: 12221242.
HSL color Cylindrical-coordinate representation of color #3A7BBA: hue angle of 209.53º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A7BBA is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 123 | 186 | - |
| CMYK | 0.69 | 0.34 | 0 | 0.27 |
| HSL | 209.53º | 0.52% | 0.48% | - |
| HSV(B) | 209.53º | 0.69% | 0.73% | - |
| XYZ | 17.69 | 18.61 | 49.11 | - |
| YUV | 110.75 | 170.47 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 123 | 186 | 0.69 | 0.34 | 0 | 0.27 | 209.53 | 0.52 | 0.48 |
| Hex | 3A | 7B | BA | 45 | 22 | 0 | 1B | D2 | 34 | 30 |
| Octal | 72 | 173 | 272 | 105 | 42 | 0 | 33 | 322 | 64 | 60 |
| Binary | 111010 | 1111011 | 10111010 | 1000101 | 100010 | 0 | 11011 | 11010010 | 110100 | 110000 |
Color Harmonies of #3A7BBA
Complementary color
Monochromatic Colors of #3A7BBA
Black with #3A7BBA
Text Example
Text Example
White with #3A7BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7BBA; }
p { color: rgb(58,123,186); }
H1.HeaderClassName
{
color: #3A7BBA;
}
.AnyTagClassName
{
color: #3A7BBA;
}
</style>
background-color css
<style>
a { background-color: #3A7BBA; }
a { background-color: rgb(58,123,186); }
div.DivClassName
{
background-color: #3A7BBA;
}
.BgClassName
{
background-color: #3A7BBA;
}
</style>
border-color css
<style>
span { border-color: #3A7BBA; }
span { border-color: rgb(58,123,186); }
td.TdClassName
{
border-color: #3A7BBA;
}
.TagClassName
{
border-color: #3A7BBA;
}
</style>