Shades of Curious Blue #3283AE
Tints of Curious Blue #3283AE
RGB
CMYK
RGB Variations
Color information
#3283AE (or 0x3283AE) is known color: Curious Blue. HEX triplet: 32, 83 and AE. RGB value is (50,131,174). Sum of RGB (Red+Green+Blue) = 50+131+174=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #3283AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3283AE is #CD7C51. Grayscale: #6F6F6F. Windows color (decimal): -13466706 or 11436850. OLE color: 11436850.
HSL color Cylindrical-coordinate representation of color #3283AE: hue angle of 200.81º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3283AE is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 131 | 174 | - |
| CMYK | 0.71 | 0.25 | 0 | 0.32 |
| HSL | 200.81º | 0.55% | 0.44% | - |
| HSV(B) | 200.81º | 0.71% | 0.68% | - |
| XYZ | 17.07 | 19.97 | 43 | - |
| YUV | 111.68 | 163.16 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 131 | 174 | 0.71 | 0.25 | 0 | 0.32 | 200.81 | 0.55 | 0.44 |
| Hex | 32 | 83 | AE | 47 | 19 | 0 | 20 | C9 | 37 | 2C |
| Octal | 62 | 203 | 256 | 107 | 31 | 0 | 40 | 311 | 67 | 54 |
| Binary | 110010 | 10000011 | 10101110 | 1000111 | 11001 | 0 | 100000 | 11001001 | 110111 | 101100 |
Color Harmonies of #3283AE
Complementary color
Monochromatic Colors of #3283AE
Black with #3283AE
Text Example
Text Example
White with #3283AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3283AE; }
p { color: rgb(50,131,174); }
H1.HeaderClassName
{
color: #3283AE;
}
.AnyTagClassName
{
color: #3283AE;
}
</style>
background-color css
<style>
a { background-color: #3283AE; }
a { background-color: rgb(50,131,174); }
div.DivClassName
{
background-color: #3283AE;
}
.BgClassName
{
background-color: #3283AE;
}
</style>
border-color css
<style>
span { border-color: #3283AE; }
span { border-color: rgb(50,131,174); }
td.TdClassName
{
border-color: #3283AE;
}
.TagClassName
{
border-color: #3283AE;
}
</style>