Shades of Curious Blue #357BAC
Tints of Curious Blue #357BAC
RGB
CMYK
RGB Variations
Color information
#357BAC (or 0x357BAC) is known color: Curious Blue. HEX triplet: 35, 7B and AC. RGB value is (53,123,172). Sum of RGB (Red+Green+Blue) = 53+123+172=348 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.23% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #357BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357BAC is #CA8453. Grayscale: #6B6B6B. Windows color (decimal): -13272148 or 11303733. OLE color: 11303733.
HSL color Cylindrical-coordinate representation of color #357BAC: hue angle of 204.71º 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 #357BAC is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 123 | 172 | - |
| CMYK | 0.69 | 0.28 | 0 | 0.33 |
| HSL | 204.71º | 0.53% | 0.44% | - |
| HSV(B) | 204.71º | 0.69% | 0.67% | - |
| XYZ | 16 | 17.9 | 41.64 | - |
| YUV | 107.66 | 164.31 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 123 | 172 | 0.69 | 0.28 | 0 | 0.33 | 204.71 | 0.53 | 0.44 |
| Hex | 35 | 7B | AC | 45 | 1C | 0 | 21 | CD | 35 | 2C |
| Octal | 65 | 173 | 254 | 105 | 34 | 0 | 41 | 315 | 65 | 54 |
| Binary | 110101 | 1111011 | 10101100 | 1000101 | 11100 | 0 | 100001 | 11001101 | 110101 | 101100 |
Color Harmonies of #357BAC
Complementary color
Monochromatic Colors of #357BAC
Black with #357BAC
Text Example
Text Example
White with #357BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357BAC; }
p { color: rgb(53,123,172); }
H1.HeaderClassName
{
color: #357BAC;
}
.AnyTagClassName
{
color: #357BAC;
}
</style>
background-color css
<style>
a { background-color: #357BAC; }
a { background-color: rgb(53,123,172); }
div.DivClassName
{
background-color: #357BAC;
}
.BgClassName
{
background-color: #357BAC;
}
</style>
border-color css
<style>
span { border-color: #357BAC; }
span { border-color: rgb(53,123,172); }
td.TdClassName
{
border-color: #357BAC;
}
.TagClassName
{
border-color: #357BAC;
}
</style>