Shades of Curious Blue #357CCC
Tints of Curious Blue #357CCC
RGB
CMYK
RGB Variations
Color information
#357CCC (or 0x357CCC) is known color: Curious Blue. HEX triplet: 35, 7C and CC. RGB value is (53,124,204). Sum of RGB (Red+Green+Blue) = 53+124+204=381 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.91% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #357CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357CCC is #CA8333. Grayscale: #6F6F6F. Windows color (decimal): -13271860 or 13401141. OLE color: 13401141.
HSL color Cylindrical-coordinate representation of color #357CCC: hue angle of 211.79º 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 #357CCC is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 53 | 124 | 204 | - |
| CMYK | 0.74 | 0.39 | 0 | 0.2 |
| HSL | 211.79º | 0.6% | 0.5% | - |
| HSV(B) | 211.79º | 0.74% | 0.8% | - |
| XYZ | 19.57 | 19.53 | 59.87 | - |
| YUV | 111.89 | 179.98 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 204 | 0.74 | 0.39 | 0 | 0.2 | 211.79 | 0.6 | 0.5 |
| Hex | 35 | 7C | CC | 4A | 27 | 0 | 14 | D4 | 3C | 32 |
| Octal | 65 | 174 | 314 | 112 | 47 | 0 | 24 | 324 | 74 | 62 |
| Binary | 110101 | 1111100 | 11001100 | 1001010 | 100111 | 0 | 10100 | 11010100 | 111100 | 110010 |
Color Harmonies of #357CCC
Complementary color
Monochromatic Colors of #357CCC
Black with #357CCC
Text Example
Text Example
White with #357CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357CCC; }
p { color: rgb(53,124,204); }
H1.HeaderClassName
{
color: #357CCC;
}
.AnyTagClassName
{
color: #357CCC;
}
</style>
background-color css
<style>
a { background-color: #357CCC; }
a { background-color: rgb(53,124,204); }
div.DivClassName
{
background-color: #357CCC;
}
.BgClassName
{
background-color: #357CCC;
}
</style>
border-color css
<style>
span { border-color: #357CCC; }
span { border-color: rgb(53,124,204); }
td.TdClassName
{
border-color: #357CCC;
}
.TagClassName
{
border-color: #357CCC;
}
</style>