Shades of Curious Blue #3482AA
Tints of Curious Blue #3482AA
RGB
CMYK
RGB Variations
Color information
#3482AA (or 0x3482AA) is known color: Curious Blue. HEX triplet: 34, 82 and AA. RGB value is (52,130,170). Sum of RGB (Red+Green+Blue) = 52+130+170=352 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.77% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #3482AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3482AA is #CB7D55. Grayscale: #6F6F6F. Windows color (decimal): -13335894 or 11174452. OLE color: 11174452.
HSL color Cylindrical-coordinate representation of color #3482AA: hue angle of 200.34º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3482AA is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 130 | 170 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.33 |
| HSL | 200.34º | 0.53% | 0.44% | - |
| HSV(B) | 200.34º | 0.69% | 0.67% | - |
| XYZ | 16.65 | 19.6 | 40.94 | - |
| YUV | 111.24 | 161.16 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 130 | 170 | 0.69 | 0.24 | 0 | 0.33 | 200.34 | 0.53 | 0.44 |
| Hex | 34 | 82 | AA | 45 | 18 | 0 | 21 | C8 | 35 | 2C |
| Octal | 64 | 202 | 252 | 105 | 30 | 0 | 41 | 310 | 65 | 54 |
| Binary | 110100 | 10000010 | 10101010 | 1000101 | 11000 | 0 | 100001 | 11001000 | 110101 | 101100 |
Color Harmonies of #3482AA
Complementary color
Monochromatic Colors of #3482AA
Black with #3482AA
Text Example
Text Example
White with #3482AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3482AA; }
p { color: rgb(52,130,170); }
H1.HeaderClassName
{
color: #3482AA;
}
.AnyTagClassName
{
color: #3482AA;
}
</style>
background-color css
<style>
a { background-color: #3482AA; }
a { background-color: rgb(52,130,170); }
div.DivClassName
{
background-color: #3482AA;
}
.BgClassName
{
background-color: #3482AA;
}
</style>
border-color css
<style>
span { border-color: #3482AA; }
span { border-color: rgb(52,130,170); }
td.TdClassName
{
border-color: #3482AA;
}
.TagClassName
{
border-color: #3482AA;
}
</style>