Shades of Curious Blue #357FBA
Tints of Curious Blue #357FBA
RGB
CMYK
RGB Variations
Color information
#357FBA (or 0x357FBA) is known color: Curious Blue. HEX triplet: 35, 7F and BA. RGB value is (53,127,186). Sum of RGB (Red+Green+Blue) = 53+127+186=366 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.48% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #357FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357FBA is #CA8045. Grayscale: #6F6F6F. Windows color (decimal): -13271110 or 12222261. OLE color: 12222261.
HSL color Cylindrical-coordinate representation of color #357FBA: hue angle of 206.62º 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 #357FBA is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 127 | 186 | - |
| CMYK | 0.72 | 0.32 | 0 | 0.27 |
| HSL | 206.62º | 0.56% | 0.47% | - |
| HSV(B) | 206.62º | 0.72% | 0.73% | - |
| XYZ | 17.92 | 19.48 | 49.27 | - |
| YUV | 111.6 | 169.98 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 127 | 186 | 0.72 | 0.32 | 0 | 0.27 | 206.62 | 0.56 | 0.47 |
| Hex | 35 | 7F | BA | 48 | 20 | 0 | 1B | CF | 38 | 2F |
| Octal | 65 | 177 | 272 | 110 | 40 | 0 | 33 | 317 | 70 | 57 |
| Binary | 110101 | 1111111 | 10111010 | 1001000 | 100000 | 0 | 11011 | 11001111 | 111000 | 101111 |
Color Harmonies of #357FBA
Complementary color
Monochromatic Colors of #357FBA
Black with #357FBA
Text Example
Text Example
White with #357FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357FBA; }
p { color: rgb(53,127,186); }
H1.HeaderClassName
{
color: #357FBA;
}
.AnyTagClassName
{
color: #357FBA;
}
</style>
background-color css
<style>
a { background-color: #357FBA; }
a { background-color: rgb(53,127,186); }
div.DivClassName
{
background-color: #357FBA;
}
.BgClassName
{
background-color: #357FBA;
}
</style>
border-color css
<style>
span { border-color: #357FBA; }
span { border-color: rgb(53,127,186); }
td.TdClassName
{
border-color: #357FBA;
}
.TagClassName
{
border-color: #357FBA;
}
</style>