Shades of Curious Blue #3285AC
Tints of Curious Blue #3285AC
RGB
CMYK
RGB Variations
Color information
#3285AC (or 0x3285AC) is known color: Curious Blue. HEX triplet: 32, 85 and AC. RGB value is (50,133,172). Sum of RGB (Red+Green+Blue) = 50+133+172=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #3285AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3285AC is #CD7A53. Grayscale: #707070. Windows color (decimal): -13466196 or 11306290. OLE color: 11306290.
HSL color Cylindrical-coordinate representation of color #3285AC: hue angle of 199.18º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3285AC is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 133 | 172 | - |
| CMYK | 0.71 | 0.23 | 0 | 0.33 |
| HSL | 199.18º | 0.55% | 0.44% | - |
| HSV(B) | 199.18º | 0.71% | 0.67% | - |
| XYZ | 17.15 | 20.43 | 42.07 | - |
| YUV | 112.63 | 161.5 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 133 | 172 | 0.71 | 0.23 | 0 | 0.33 | 199.18 | 0.55 | 0.44 |
| Hex | 32 | 85 | AC | 47 | 17 | 0 | 21 | C7 | 37 | 2C |
| Octal | 62 | 205 | 254 | 107 | 27 | 0 | 41 | 307 | 67 | 54 |
| Binary | 110010 | 10000101 | 10101100 | 1000111 | 10111 | 0 | 100001 | 11000111 | 110111 | 101100 |
Color Harmonies of #3285AC
Complementary color
Monochromatic Colors of #3285AC
Black with #3285AC
Text Example
Text Example
White with #3285AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3285AC; }
p { color: rgb(50,133,172); }
H1.HeaderClassName
{
color: #3285AC;
}
.AnyTagClassName
{
color: #3285AC;
}
</style>
background-color css
<style>
a { background-color: #3285AC; }
a { background-color: rgb(50,133,172); }
div.DivClassName
{
background-color: #3285AC;
}
.BgClassName
{
background-color: #3285AC;
}
</style>
border-color css
<style>
span { border-color: #3285AC; }
span { border-color: rgb(50,133,172); }
td.TdClassName
{
border-color: #3285AC;
}
.TagClassName
{
border-color: #3285AC;
}
</style>