Shades of Curious Blue #357DAE
Tints of Curious Blue #357DAE
RGB
CMYK
RGB Variations
Color information
#357DAE (or 0x357DAE) is known color: Curious Blue. HEX triplet: 35, 7D and AE. RGB value is (53,125,174). Sum of RGB (Red+Green+Blue) = 53+125+174=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #357DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357DAE is #CA8251. Grayscale: #6C6C6C. Windows color (decimal): -13271634 or 11435317. OLE color: 11435317.
HSL color Cylindrical-coordinate representation of color #357DAE: hue angle of 204.3º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #357DAE is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 125 | 174 | - |
| CMYK | 0.70 | 0.28 | 0 | 0.32 |
| HSL | 204.3º | 0.53% | 0.45% | - |
| HSV(B) | 204.3º | 0.7% | 0.68% | - |
| XYZ | 16.44 | 18.48 | 42.74 | - |
| YUV | 109.06 | 164.65 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 125 | 174 | 0.70 | 0.28 | 0 | 0.32 | 204.3 | 0.53 | 0.45 |
| Hex | 35 | 7D | AE | 46 | 1C | 0 | 20 | CC | 35 | 2D |
| Octal | 65 | 175 | 256 | 106 | 34 | 0 | 40 | 314 | 65 | 55 |
| Binary | 110101 | 1111101 | 10101110 | 1000110 | 11100 | 0 | 100000 | 11001100 | 110101 | 101101 |
Color Harmonies of #357DAE
Complementary color
Monochromatic Colors of #357DAE
Black with #357DAE
Text Example
Text Example
White with #357DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357DAE; }
p { color: rgb(53,125,174); }
H1.HeaderClassName
{
color: #357DAE;
}
.AnyTagClassName
{
color: #357DAE;
}
</style>
background-color css
<style>
a { background-color: #357DAE; }
a { background-color: rgb(53,125,174); }
div.DivClassName
{
background-color: #357DAE;
}
.BgClassName
{
background-color: #357DAE;
}
</style>
border-color css
<style>
span { border-color: #357DAE; }
span { border-color: rgb(53,125,174); }
td.TdClassName
{
border-color: #357DAE;
}
.TagClassName
{
border-color: #357DAE;
}
</style>