Shades of Curious Blue #357DAC
Tints of Curious Blue #357DAC
RGB
CMYK
RGB Variations
Color information
#357DAC (or 0x357DAC) is known color: Curious Blue. HEX triplet: 35, 7D and AC. RGB value is (53,125,172). Sum of RGB (Red+Green+Blue) = 53+125+172=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #357DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357DAC is #CA8253. Grayscale: #6C6C6C. Windows color (decimal): -13271636 or 11304245. OLE color: 11304245.
HSL color Cylindrical-coordinate representation of color #357DAC: hue angle of 203.7º 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 #357DAC is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 125 | 172 | - |
| CMYK | 0.69 | 0.27 | 0 | 0.33 |
| HSL | 203.7º | 0.53% | 0.44% | - |
| HSV(B) | 203.7º | 0.69% | 0.67% | - |
| XYZ | 16.25 | 18.4 | 41.73 | - |
| YUV | 108.83 | 163.65 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 125 | 172 | 0.69 | 0.27 | 0 | 0.33 | 203.7 | 0.53 | 0.44 |
| Hex | 35 | 7D | AC | 45 | 1B | 0 | 21 | CC | 35 | 2C |
| Octal | 65 | 175 | 254 | 105 | 33 | 0 | 41 | 314 | 65 | 54 |
| Binary | 110101 | 1111101 | 10101100 | 1000101 | 11011 | 0 | 100001 | 11001100 | 110101 | 101100 |
Color Harmonies of #357DAC
Complementary color
Monochromatic Colors of #357DAC
Black with #357DAC
Text Example
Text Example
White with #357DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357DAC; }
p { color: rgb(53,125,172); }
H1.HeaderClassName
{
color: #357DAC;
}
.AnyTagClassName
{
color: #357DAC;
}
</style>
background-color css
<style>
a { background-color: #357DAC; }
a { background-color: rgb(53,125,172); }
div.DivClassName
{
background-color: #357DAC;
}
.BgClassName
{
background-color: #357DAC;
}
</style>
border-color css
<style>
span { border-color: #357DAC; }
span { border-color: rgb(53,125,172); }
td.TdClassName
{
border-color: #357DAC;
}
.TagClassName
{
border-color: #357DAC;
}
</style>