Shades of Curious Blue #3A83B6
Tints of Curious Blue #3A83B6
RGB
CMYK
RGB Variations
Color information
#3A83B6 (or 0x3A83B6) is known color: Curious Blue. HEX triplet: 3A, 83 and B6. RGB value is (58,131,182). Sum of RGB (Red+Green+Blue) = 58+131+182=371 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.63% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 182 (71.48% from 255 or 49.06% from 371); Max value from RGB is 182 - color contains mainly: blue. Hex color #3A83B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A83B6 is #C57C49. Grayscale: #727272. Windows color (decimal): -12942410 or 11961146. OLE color: 11961146.
HSL color Cylindrical-coordinate representation of color #3A83B6: hue angle of 204.68º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A83B6 is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 58 | 131 | 182 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.29 |
| HSL | 204.68º | 0.52% | 0.47% | - |
| HSV(B) | 204.68º | 0.68% | 0.71% | - |
| XYZ | 18.3 | 20.51 | 47.25 | - |
| YUV | 114.99 | 165.82 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 131 | 182 | 0.68 | 0.28 | 0 | 0.29 | 204.68 | 0.52 | 0.47 |
| Hex | 3A | 83 | B6 | 44 | 1C | 0 | 1D | CD | 34 | 2F |
| Octal | 72 | 203 | 266 | 104 | 34 | 0 | 35 | 315 | 64 | 57 |
| Binary | 111010 | 10000011 | 10110110 | 1000100 | 11100 | 0 | 11101 | 11001101 | 110100 | 101111 |
Color Harmonies of #3A83B6
Complementary color
Monochromatic Colors of #3A83B6
Black with #3A83B6
Text Example
Text Example
White with #3A83B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A83B6; }
p { color: rgb(58,131,182); }
H1.HeaderClassName
{
color: #3A83B6;
}
.AnyTagClassName
{
color: #3A83B6;
}
</style>
background-color css
<style>
a { background-color: #3A83B6; }
a { background-color: rgb(58,131,182); }
div.DivClassName
{
background-color: #3A83B6;
}
.BgClassName
{
background-color: #3A83B6;
}
</style>
border-color css
<style>
span { border-color: #3A83B6; }
span { border-color: rgb(58,131,182); }
td.TdClassName
{
border-color: #3A83B6;
}
.TagClassName
{
border-color: #3A83B6;
}
</style>