Shades of Curious Blue #2A83AE
Tints of Curious Blue #2A83AE
RGB
CMYK
RGB Variations
Color information
#2A83AE (or 0x2A83AE) is known color: Curious Blue. HEX triplet: 2A, 83 and AE. RGB value is (42,131,174). Sum of RGB (Red+Green+Blue) = 42+131+174=347 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.10% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #2A83AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A83AE is #D57C51. Grayscale: #6D6D6D. Windows color (decimal): -13990994 or 11436842. OLE color: 11436842.
HSL color Cylindrical-coordinate representation of color #2A83AE: hue angle of 199.55º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A83AE is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 131 | 174 | - |
| CMYK | 0.76 | 0.25 | 0 | 0.32 |
| HSL | 199.55º | 0.61% | 0.42% | - |
| HSV(B) | 199.55º | 0.76% | 0.68% | - |
| XYZ | 16.71 | 19.78 | 42.98 | - |
| YUV | 109.29 | 164.51 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 131 | 174 | 0.76 | 0.25 | 0 | 0.32 | 199.55 | 0.61 | 0.42 |
| Hex | 2A | 83 | AE | 4C | 19 | 0 | 20 | C8 | 3D | 2A |
| Octal | 52 | 203 | 256 | 114 | 31 | 0 | 40 | 310 | 75 | 52 |
| Binary | 101010 | 10000011 | 10101110 | 1001100 | 11001 | 0 | 100000 | 11001000 | 111101 | 101010 |
Color Harmonies of #2A83AE
Complementary color
Monochromatic Colors of #2A83AE
Black with #2A83AE
Text Example
Text Example
White with #2A83AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A83AE; }
p { color: rgb(42,131,174); }
H1.HeaderClassName
{
color: #2A83AE;
}
.AnyTagClassName
{
color: #2A83AE;
}
</style>
background-color css
<style>
a { background-color: #2A83AE; }
a { background-color: rgb(42,131,174); }
div.DivClassName
{
background-color: #2A83AE;
}
.BgClassName
{
background-color: #2A83AE;
}
</style>
border-color css
<style>
span { border-color: #2A83AE; }
span { border-color: rgb(42,131,174); }
td.TdClassName
{
border-color: #2A83AE;
}
.TagClassName
{
border-color: #2A83AE;
}
</style>