Shades of Curious Blue #357BCD
Tints of Curious Blue #357BCD
RGB
CMYK
RGB Variations
Color information
#357BCD (or 0x357BCD) is known color: Curious Blue. HEX triplet: 35, 7B and CD. RGB value is (53,123,205). Sum of RGB (Red+Green+Blue) = 53+123+205=381 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.91% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #357BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357BCD is #CA8432. Grayscale: #6F6F6F. Windows color (decimal): -13272115 or 13466421. OLE color: 13466421.
HSL color Cylindrical-coordinate representation of color #357BCD: hue angle of 212.37º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #357BCD is Cyan = 0.74, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 123 | 205 | - |
| CMYK | 0.74 | 0.4 | 0 | 0.20 |
| HSL | 212.37º | 0.6% | 0.51% | - |
| HSV(B) | 212.37º | 0.74% | 0.8% | - |
| XYZ | 19.57 | 19.33 | 60.46 | - |
| YUV | 111.42 | 180.81 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 123 | 205 | 0.74 | 0.4 | 0 | 0.20 | 212.37 | 0.6 | 0.51 |
| Hex | 35 | 7B | CD | 4A | 28 | 0 | 14 | D4 | 3C | 33 |
| Octal | 65 | 173 | 315 | 112 | 50 | 0 | 24 | 324 | 74 | 63 |
| Binary | 110101 | 1111011 | 11001101 | 1001010 | 101000 | 0 | 10100 | 11010100 | 111100 | 110011 |
Color Harmonies of #357BCD
Complementary color
Monochromatic Colors of #357BCD
Black with #357BCD
Text Example
Text Example
White with #357BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357BCD; }
p { color: rgb(53,123,205); }
H1.HeaderClassName
{
color: #357BCD;
}
.AnyTagClassName
{
color: #357BCD;
}
</style>
background-color css
<style>
a { background-color: #357BCD; }
a { background-color: rgb(53,123,205); }
div.DivClassName
{
background-color: #357BCD;
}
.BgClassName
{
background-color: #357BCD;
}
</style>
border-color css
<style>
span { border-color: #357BCD; }
span { border-color: rgb(53,123,205); }
td.TdClassName
{
border-color: #357BCD;
}
.TagClassName
{
border-color: #357BCD;
}
</style>