Shades of Curious Blue #357DBA
Tints of Curious Blue #357DBA
RGB
CMYK
RGB Variations
Color information
#357DBA (or 0x357DBA) is known color: Curious Blue. HEX triplet: 35, 7D and BA. RGB value is (53,125,186). Sum of RGB (Red+Green+Blue) = 53+125+186=364 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.56% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #357DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357DBA is #CA8245. Grayscale: #6E6E6E. Windows color (decimal): -13271622 or 12221749. OLE color: 12221749.
HSL color Cylindrical-coordinate representation of color #357DBA: hue angle of 207.52º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #357DBA is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 125 | 186 | - |
| CMYK | 0.72 | 0.33 | 0 | 0.27 |
| HSL | 207.52º | 0.56% | 0.47% | - |
| HSV(B) | 207.52º | 0.72% | 0.73% | - |
| XYZ | 17.66 | 18.97 | 49.18 | - |
| YUV | 110.43 | 170.65 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 125 | 186 | 0.72 | 0.33 | 0 | 0.27 | 207.52 | 0.56 | 0.47 |
| Hex | 35 | 7D | BA | 48 | 21 | 0 | 1B | D0 | 38 | 2F |
| Octal | 65 | 175 | 272 | 110 | 41 | 0 | 33 | 320 | 70 | 57 |
| Binary | 110101 | 1111101 | 10111010 | 1001000 | 100001 | 0 | 11011 | 11010000 | 111000 | 101111 |
Color Harmonies of #357DBA
Complementary color
Monochromatic Colors of #357DBA
Black with #357DBA
Text Example
Text Example
White with #357DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357DBA; }
p { color: rgb(53,125,186); }
H1.HeaderClassName
{
color: #357DBA;
}
.AnyTagClassName
{
color: #357DBA;
}
</style>
background-color css
<style>
a { background-color: #357DBA; }
a { background-color: rgb(53,125,186); }
div.DivClassName
{
background-color: #357DBA;
}
.BgClassName
{
background-color: #357DBA;
}
</style>
border-color css
<style>
span { border-color: #357DBA; }
span { border-color: rgb(53,125,186); }
td.TdClassName
{
border-color: #357DBA;
}
.TagClassName
{
border-color: #357DBA;
}
</style>