Shades of Curious Blue #357DAA
Tints of Curious Blue #357DAA
RGB
CMYK
RGB Variations
Color information
#357DAA (or 0x357DAA) is known color: Curious Blue. HEX triplet: 35, 7D and AA. RGB value is (53,125,170). Sum of RGB (Red+Green+Blue) = 53+125+170=348 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.23% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #357DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357DAA is #CA8255. Grayscale: #6C6C6C. Windows color (decimal): -13271638 or 11173173. OLE color: 11173173.
HSL color Cylindrical-coordinate representation of color #357DAA: hue angle of 203.08º degrees, saturation: 0.52, 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 #357DAA is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 125 | 170 | - |
| CMYK | 0.69 | 0.26 | 0 | 0.33 |
| HSL | 203.08º | 0.52% | 0.44% | - |
| HSV(B) | 203.08º | 0.69% | 0.67% | - |
| XYZ | 16.06 | 18.33 | 40.72 | - |
| YUV | 108.6 | 162.65 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 125 | 170 | 0.69 | 0.26 | 0 | 0.33 | 203.08 | 0.52 | 0.44 |
| Hex | 35 | 7D | AA | 45 | 1A | 0 | 21 | CB | 34 | 2C |
| Octal | 65 | 175 | 252 | 105 | 32 | 0 | 41 | 313 | 64 | 54 |
| Binary | 110101 | 1111101 | 10101010 | 1000101 | 11010 | 0 | 100001 | 11001011 | 110100 | 101100 |
Color Harmonies of #357DAA
Complementary color
Monochromatic Colors of #357DAA
Black with #357DAA
Text Example
Text Example
White with #357DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357DAA; }
p { color: rgb(53,125,170); }
H1.HeaderClassName
{
color: #357DAA;
}
.AnyTagClassName
{
color: #357DAA;
}
</style>
background-color css
<style>
a { background-color: #357DAA; }
a { background-color: rgb(53,125,170); }
div.DivClassName
{
background-color: #357DAA;
}
.BgClassName
{
background-color: #357DAA;
}
</style>
border-color css
<style>
span { border-color: #357DAA; }
span { border-color: rgb(53,125,170); }
td.TdClassName
{
border-color: #357DAA;
}
.TagClassName
{
border-color: #357DAA;
}
</style>