Shades of Curious Blue #3482AE
Tints of Curious Blue #3482AE
RGB
CMYK
RGB Variations
Color information
#3482AE (or 0x3482AE) is known color: Curious Blue. HEX triplet: 34, 82 and AE. RGB value is (52,130,174). Sum of RGB (Red+Green+Blue) = 52+130+174=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #3482AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3482AE is #CB7D51. Grayscale: #6F6F6F. Windows color (decimal): -13335890 or 11436596. OLE color: 11436596.
HSL color Cylindrical-coordinate representation of color #3482AE: hue angle of 201.64º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3482AE is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 130 | 174 | - |
| CMYK | 0.70 | 0.25 | 0 | 0.32 |
| HSL | 201.64º | 0.54% | 0.44% | - |
| HSV(B) | 201.64º | 0.7% | 0.68% | - |
| XYZ | 17.04 | 19.75 | 42.96 | - |
| YUV | 111.69 | 163.16 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 130 | 174 | 0.70 | 0.25 | 0 | 0.32 | 201.64 | 0.54 | 0.44 |
| Hex | 34 | 82 | AE | 46 | 19 | 0 | 20 | CA | 36 | 2C |
| Octal | 64 | 202 | 256 | 106 | 31 | 0 | 40 | 312 | 66 | 54 |
| Binary | 110100 | 10000010 | 10101110 | 1000110 | 11001 | 0 | 100000 | 11001010 | 110110 | 101100 |
Color Harmonies of #3482AE
Complementary color
Monochromatic Colors of #3482AE
Black with #3482AE
Text Example
Text Example
White with #3482AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3482AE; }
p { color: rgb(52,130,174); }
H1.HeaderClassName
{
color: #3482AE;
}
.AnyTagClassName
{
color: #3482AE;
}
</style>
background-color css
<style>
a { background-color: #3482AE; }
a { background-color: rgb(52,130,174); }
div.DivClassName
{
background-color: #3482AE;
}
.BgClassName
{
background-color: #3482AE;
}
</style>
border-color css
<style>
span { border-color: #3482AE; }
span { border-color: rgb(52,130,174); }
td.TdClassName
{
border-color: #3482AE;
}
.TagClassName
{
border-color: #3482AE;
}
</style>