Shades of Curious Blue #3A7BBB
Tints of Curious Blue #3A7BBB
RGB
CMYK
RGB Variations
Color information
#3A7BBB (or 0x3A7BBB) is known color: Curious Blue. HEX triplet: 3A, 7B and BB. RGB value is (58,123,187). Sum of RGB (Red+Green+Blue) = 58+123+187=368 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.76% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #3A7BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7BBB is #C58444. Grayscale: #6E6E6E. Windows color (decimal): -12944453 or 12286778. OLE color: 12286778.
HSL color Cylindrical-coordinate representation of color #3A7BBB: hue angle of 209.77º degrees, saturation: 0.53, 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 #3A7BBB is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 123 | 187 | - |
| CMYK | 0.69 | 0.34 | 0 | 0.27 |
| HSL | 209.77º | 0.53% | 0.48% | - |
| HSV(B) | 209.77º | 0.69% | 0.73% | - |
| XYZ | 17.8 | 18.65 | 49.68 | - |
| YUV | 110.86 | 170.97 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 123 | 187 | 0.69 | 0.34 | 0 | 0.27 | 209.77 | 0.53 | 0.48 |
| Hex | 3A | 7B | BB | 45 | 22 | 0 | 1B | D2 | 35 | 30 |
| Octal | 72 | 173 | 273 | 105 | 42 | 0 | 33 | 322 | 65 | 60 |
| Binary | 111010 | 1111011 | 10111011 | 1000101 | 100010 | 0 | 11011 | 11010010 | 110101 | 110000 |
Color Harmonies of #3A7BBB
Complementary color
Monochromatic Colors of #3A7BBB
Black with #3A7BBB
Text Example
Text Example
White with #3A7BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7BBB; }
p { color: rgb(58,123,187); }
H1.HeaderClassName
{
color: #3A7BBB;
}
.AnyTagClassName
{
color: #3A7BBB;
}
</style>
background-color css
<style>
a { background-color: #3A7BBB; }
a { background-color: rgb(58,123,187); }
div.DivClassName
{
background-color: #3A7BBB;
}
.BgClassName
{
background-color: #3A7BBB;
}
</style>
border-color css
<style>
span { border-color: #3A7BBB; }
span { border-color: rgb(58,123,187); }
td.TdClassName
{
border-color: #3A7BBB;
}
.TagClassName
{
border-color: #3A7BBB;
}
</style>