Shades of Curious Blue #3A8BB3
Tints of Curious Blue #3A8BB3
RGB
CMYK
RGB Variations
Color information
#3A8BB3 (or 0x3A8BB3) is known color: Curious Blue. HEX triplet: 3A, 8B and B3. RGB value is (58,139,179). Sum of RGB (Red+Green+Blue) = 58+139+179=376 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.43% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 179 (70.31% from 255 or 47.61% from 376); Max value from RGB is 179 - color contains mainly: blue. Hex color #3A8BB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A8BB3 is #C5744C. Grayscale: #777777. Windows color (decimal): -12940365 or 11766586. OLE color: 11766586.
HSL color Cylindrical-coordinate representation of color #3A8BB3: hue angle of 199.83º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A8BB3 is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 58 | 139 | 179 | - |
| CMYK | 0.68 | 0.22 | 0 | 0.30 |
| HSL | 199.83º | 0.51% | 0.46% | - |
| HSV(B) | 199.83º | 0.68% | 0.7% | - |
| XYZ | 19.11 | 22.62 | 46.01 | - |
| YUV | 119.34 | 161.66 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 139 | 179 | 0.68 | 0.22 | 0 | 0.30 | 199.83 | 0.51 | 0.46 |
| Hex | 3A | 8B | B3 | 44 | 16 | 0 | 1E | C8 | 33 | 2E |
| Octal | 72 | 213 | 263 | 104 | 26 | 0 | 36 | 310 | 63 | 56 |
| Binary | 111010 | 10001011 | 10110011 | 1000100 | 10110 | 0 | 11110 | 11001000 | 110011 | 101110 |
Color Harmonies of #3A8BB3
Complementary color
Monochromatic Colors of #3A8BB3
Black with #3A8BB3
Text Example
Text Example
White with #3A8BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8BB3; }
p { color: rgb(58,139,179); }
H1.HeaderClassName
{
color: #3A8BB3;
}
.AnyTagClassName
{
color: #3A8BB3;
}
</style>
background-color css
<style>
a { background-color: #3A8BB3; }
a { background-color: rgb(58,139,179); }
div.DivClassName
{
background-color: #3A8BB3;
}
.BgClassName
{
background-color: #3A8BB3;
}
</style>
border-color css
<style>
span { border-color: #3A8BB3; }
span { border-color: rgb(58,139,179); }
td.TdClassName
{
border-color: #3A8BB3;
}
.TagClassName
{
border-color: #3A8BB3;
}
</style>