Shades of Curious Blue #3A8CBB
Tints of Curious Blue #3A8CBB
RGB
CMYK
RGB Variations
Color information
#3A8CBB (or 0x3A8CBB) is known color: Curious Blue. HEX triplet: 3A, 8C and BB. RGB value is (58,140,187). Sum of RGB (Red+Green+Blue) = 58+140+187=385 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.06% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #3A8CBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A8CBB is #C57344. Grayscale: #787878. Windows color (decimal): -12940101 or 12291130. OLE color: 12291130.
HSL color Cylindrical-coordinate representation of color #3A8CBB: hue angle of 201.86º 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 #3A8CBB is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 140 | 187 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.27 |
| HSL | 201.86º | 0.53% | 0.48% | - |
| HSV(B) | 201.86º | 0.69% | 0.73% | - |
| XYZ | 20.09 | 23.24 | 50.44 | - |
| YUV | 120.84 | 165.33 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 140 | 187 | 0.69 | 0.25 | 0 | 0.27 | 201.86 | 0.53 | 0.48 |
| Hex | 3A | 8C | BB | 45 | 19 | 0 | 1B | CA | 35 | 30 |
| Octal | 72 | 214 | 273 | 105 | 31 | 0 | 33 | 312 | 65 | 60 |
| Binary | 111010 | 10001100 | 10111011 | 1000101 | 11001 | 0 | 11011 | 11001010 | 110101 | 110000 |
Color Harmonies of #3A8CBB
Complementary color
Monochromatic Colors of #3A8CBB
Black with #3A8CBB
Text Example
Text Example
White with #3A8CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8CBB; }
p { color: rgb(58,140,187); }
H1.HeaderClassName
{
color: #3A8CBB;
}
.AnyTagClassName
{
color: #3A8CBB;
}
</style>
background-color css
<style>
a { background-color: #3A8CBB; }
a { background-color: rgb(58,140,187); }
div.DivClassName
{
background-color: #3A8CBB;
}
.BgClassName
{
background-color: #3A8CBB;
}
</style>
border-color css
<style>
span { border-color: #3A8CBB; }
span { border-color: rgb(58,140,187); }
td.TdClassName
{
border-color: #3A8CBB;
}
.TagClassName
{
border-color: #3A8CBB;
}
</style>