Shades of Curious Blue #357BCC
Tints of Curious Blue #357BCC
RGB
CMYK
RGB Variations
Color information
#357BCC (or 0x357BCC) is known color: Curious Blue. HEX triplet: 35, 7B and CC. RGB value is (53,123,204). Sum of RGB (Red+Green+Blue) = 53+123+204=380 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.95% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #357BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357BCC is #CA8433. Grayscale: #6E6E6E. Windows color (decimal): -13272116 or 13400885. OLE color: 13400885.
HSL color Cylindrical-coordinate representation of color #357BCC: hue angle of 212.19º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #357BCC is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 53 | 123 | 204 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.2 |
| HSL | 212.19º | 0.6% | 0.5% | - |
| HSV(B) | 212.19º | 0.74% | 0.8% | - |
| XYZ | 19.45 | 19.28 | 59.82 | - |
| YUV | 111.3 | 180.31 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 123 | 204 | 0.74 | 0.40 | 0 | 0.2 | 212.19 | 0.6 | 0.5 |
| Hex | 35 | 7B | CC | 4A | 28 | 0 | 14 | D4 | 3C | 32 |
| Octal | 65 | 173 | 314 | 112 | 50 | 0 | 24 | 324 | 74 | 62 |
| Binary | 110101 | 1111011 | 11001100 | 1001010 | 101000 | 0 | 10100 | 11010100 | 111100 | 110010 |
Color Harmonies of #357BCC
Complementary color
Monochromatic Colors of #357BCC
Black with #357BCC
Text Example
Text Example
White with #357BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357BCC; }
p { color: rgb(53,123,204); }
H1.HeaderClassName
{
color: #357BCC;
}
.AnyTagClassName
{
color: #357BCC;
}
</style>
background-color css
<style>
a { background-color: #357BCC; }
a { background-color: rgb(53,123,204); }
div.DivClassName
{
background-color: #357BCC;
}
.BgClassName
{
background-color: #357BCC;
}
</style>
border-color css
<style>
span { border-color: #357BCC; }
span { border-color: rgb(53,123,204); }
td.TdClassName
{
border-color: #357BCC;
}
.TagClassName
{
border-color: #357BCC;
}
</style>