Shades of Curious Blue #357AAD
Tints of Curious Blue #357AAD
RGB
CMYK
RGB Variations
Color information
#357AAD (or 0x357AAD) is known color: Curious Blue. HEX triplet: 35, 7A and AD. RGB value is (53,122,173). Sum of RGB (Red+Green+Blue) = 53+122+173=348 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.23% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 173 (67.97% from 255 or 49.71% from 348); Max value from RGB is 173 - color contains mainly: blue. Hex color #357AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357AAD is #CA8552. Grayscale: #6A6A6A. Windows color (decimal): -13272403 or 11369013. OLE color: 11369013.
HSL color Cylindrical-coordinate representation of color #357AAD: hue angle of 205.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #357AAD is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 122 | 173 | - |
| CMYK | 0.69 | 0.29 | 0 | 0.32 |
| HSL | 205.5º | 0.53% | 0.44% | - |
| HSV(B) | 205.5º | 0.69% | 0.68% | - |
| XYZ | 15.97 | 17.69 | 42.11 | - |
| YUV | 107.18 | 165.14 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 122 | 173 | 0.69 | 0.29 | 0 | 0.32 | 205.5 | 0.53 | 0.44 |
| Hex | 35 | 7A | AD | 45 | 1D | 0 | 20 | CE | 35 | 2C |
| Octal | 65 | 172 | 255 | 105 | 35 | 0 | 40 | 316 | 65 | 54 |
| Binary | 110101 | 1111010 | 10101101 | 1000101 | 11101 | 0 | 100000 | 11001110 | 110101 | 101100 |
Color Harmonies of #357AAD
Complementary color
Monochromatic Colors of #357AAD
Black with #357AAD
Text Example
Text Example
White with #357AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357AAD; }
p { color: rgb(53,122,173); }
H1.HeaderClassName
{
color: #357AAD;
}
.AnyTagClassName
{
color: #357AAD;
}
</style>
background-color css
<style>
a { background-color: #357AAD; }
a { background-color: rgb(53,122,173); }
div.DivClassName
{
background-color: #357AAD;
}
.BgClassName
{
background-color: #357AAD;
}
</style>
border-color css
<style>
span { border-color: #357AAD; }
span { border-color: rgb(53,122,173); }
td.TdClassName
{
border-color: #357AAD;
}
.TagClassName
{
border-color: #357AAD;
}
</style>