Shades of Curious Blue #357BAE
Tints of Curious Blue #357BAE
RGB
CMYK
RGB Variations
Color information
#357BAE (or 0x357BAE) is known color: Curious Blue. HEX triplet: 35, 7B and AE. RGB value is (53,123,174). Sum of RGB (Red+Green+Blue) = 53+123+174=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #357BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357BAE is #CA8451. Grayscale: #6B6B6B. Windows color (decimal): -13272146 or 11434805. OLE color: 11434805.
HSL color Cylindrical-coordinate representation of color #357BAE: hue angle of 205.29º 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 #357BAE is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 123 | 174 | - |
| CMYK | 0.70 | 0.29 | 0 | 0.32 |
| HSL | 205.29º | 0.53% | 0.45% | - |
| HSV(B) | 205.29º | 0.7% | 0.68% | - |
| XYZ | 16.19 | 17.98 | 42.66 | - |
| YUV | 107.88 | 165.31 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 123 | 174 | 0.70 | 0.29 | 0 | 0.32 | 205.29 | 0.53 | 0.45 |
| Hex | 35 | 7B | AE | 46 | 1D | 0 | 20 | CD | 35 | 2D |
| Octal | 65 | 173 | 256 | 106 | 35 | 0 | 40 | 315 | 65 | 55 |
| Binary | 110101 | 1111011 | 10101110 | 1000110 | 11101 | 0 | 100000 | 11001101 | 110101 | 101101 |
Color Harmonies of #357BAE
Complementary color
Monochromatic Colors of #357BAE
Black with #357BAE
Text Example
Text Example
White with #357BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357BAE; }
p { color: rgb(53,123,174); }
H1.HeaderClassName
{
color: #357BAE;
}
.AnyTagClassName
{
color: #357BAE;
}
</style>
background-color css
<style>
a { background-color: #357BAE; }
a { background-color: rgb(53,123,174); }
div.DivClassName
{
background-color: #357BAE;
}
.BgClassName
{
background-color: #357BAE;
}
</style>
border-color css
<style>
span { border-color: #357BAE; }
span { border-color: rgb(53,123,174); }
td.TdClassName
{
border-color: #357BAE;
}
.TagClassName
{
border-color: #357BAE;
}
</style>