Shades of Curious Blue #357ACC
Tints of Curious Blue #357ACC
RGB
CMYK
RGB Variations
Color information
#357ACC (or 0x357ACC) is known color: Curious Blue. HEX triplet: 35, 7A and CC. RGB value is (53,122,204). Sum of RGB (Red+Green+Blue) = 53+122+204=379 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.98% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #357ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357ACC is #CA8533. Grayscale: #6E6E6E. Windows color (decimal): -13272372 or 13400629. OLE color: 13400629.
HSL color Cylindrical-coordinate representation of color #357ACC: hue angle of 212.58º 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 #357ACC is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 53 | 122 | 204 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.2 |
| HSL | 212.58º | 0.6% | 0.5% | - |
| HSV(B) | 212.58º | 0.74% | 0.8% | - |
| XYZ | 19.33 | 19.04 | 59.78 | - |
| YUV | 110.72 | 180.64 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 122 | 204 | 0.74 | 0.40 | 0 | 0.2 | 212.58 | 0.6 | 0.5 |
| Hex | 35 | 7A | CC | 4A | 28 | 0 | 14 | D5 | 3C | 32 |
| Octal | 65 | 172 | 314 | 112 | 50 | 0 | 24 | 325 | 74 | 62 |
| Binary | 110101 | 1111010 | 11001100 | 1001010 | 101000 | 0 | 10100 | 11010101 | 111100 | 110010 |
Color Harmonies of #357ACC
Complementary color
Monochromatic Colors of #357ACC
Black with #357ACC
Text Example
Text Example
White with #357ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357ACC; }
p { color: rgb(53,122,204); }
H1.HeaderClassName
{
color: #357ACC;
}
.AnyTagClassName
{
color: #357ACC;
}
</style>
background-color css
<style>
a { background-color: #357ACC; }
a { background-color: rgb(53,122,204); }
div.DivClassName
{
background-color: #357ACC;
}
.BgClassName
{
background-color: #357ACC;
}
</style>
border-color css
<style>
span { border-color: #357ACC; }
span { border-color: rgb(53,122,204); }
td.TdClassName
{
border-color: #357ACC;
}
.TagClassName
{
border-color: #357ACC;
}
</style>