Shades of Curious Blue #357BBA
Tints of Curious Blue #357BBA
RGB
CMYK
RGB Variations
Color information
#357BBA (or 0x357BBA) is known color: Curious Blue. HEX triplet: 35, 7B and BA. RGB value is (53,123,186). Sum of RGB (Red+Green+Blue) = 53+123+186=362 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.64% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #357BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357BBA is #CA8445. Grayscale: #6C6C6C. Windows color (decimal): -13272134 or 12221237. OLE color: 12221237.
HSL color Cylindrical-coordinate representation of color #357BBA: hue angle of 208.42º 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 #357BBA is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 123 | 186 | - |
| CMYK | 0.72 | 0.34 | 0 | 0.27 |
| HSL | 208.42º | 0.56% | 0.47% | - |
| HSV(B) | 208.42º | 0.72% | 0.73% | - |
| XYZ | 17.41 | 18.47 | 49.1 | - |
| YUV | 109.25 | 171.31 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 123 | 186 | 0.72 | 0.34 | 0 | 0.27 | 208.42 | 0.56 | 0.47 |
| Hex | 35 | 7B | BA | 48 | 22 | 0 | 1B | D0 | 38 | 2F |
| Octal | 65 | 173 | 272 | 110 | 42 | 0 | 33 | 320 | 70 | 57 |
| Binary | 110101 | 1111011 | 10111010 | 1001000 | 100010 | 0 | 11011 | 11010000 | 111000 | 101111 |
Color Harmonies of #357BBA
Complementary color
Monochromatic Colors of #357BBA
Black with #357BBA
Text Example
Text Example
White with #357BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357BBA; }
p { color: rgb(53,123,186); }
H1.HeaderClassName
{
color: #357BBA;
}
.AnyTagClassName
{
color: #357BBA;
}
</style>
background-color css
<style>
a { background-color: #357BBA; }
a { background-color: rgb(53,123,186); }
div.DivClassName
{
background-color: #357BBA;
}
.BgClassName
{
background-color: #357BBA;
}
</style>
border-color css
<style>
span { border-color: #357BBA; }
span { border-color: rgb(53,123,186); }
td.TdClassName
{
border-color: #357BBA;
}
.TagClassName
{
border-color: #357BBA;
}
</style>