Shades of Curious Blue #357ACD
Tints of Curious Blue #357ACD
RGB
CMYK
RGB Variations
Color information
#357ACD (or 0x357ACD) is known color: Curious Blue. HEX triplet: 35, 7A and CD. RGB value is (53,122,205). Sum of RGB (Red+Green+Blue) = 53+122+205=380 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.95% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #357ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357ACD is #CA8532. Grayscale: #6E6E6E. Windows color (decimal): -13272371 or 13466165. OLE color: 13466165.
HSL color Cylindrical-coordinate representation of color #357ACD: hue angle of 212.76º 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 #357ACD is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 122 | 205 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.20 |
| HSL | 212.76º | 0.6% | 0.51% | - |
| HSV(B) | 212.76º | 0.74% | 0.8% | - |
| XYZ | 19.45 | 19.08 | 60.42 | - |
| YUV | 110.83 | 181.14 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 122 | 205 | 0.74 | 0.40 | 0 | 0.20 | 212.76 | 0.6 | 0.51 |
| Hex | 35 | 7A | CD | 4A | 28 | 0 | 14 | D5 | 3C | 33 |
| Octal | 65 | 172 | 315 | 112 | 50 | 0 | 24 | 325 | 74 | 63 |
| Binary | 110101 | 1111010 | 11001101 | 1001010 | 101000 | 0 | 10100 | 11010101 | 111100 | 110011 |
Color Harmonies of #357ACD
Complementary color
Monochromatic Colors of #357ACD
Black with #357ACD
Text Example
Text Example
White with #357ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357ACD; }
p { color: rgb(53,122,205); }
H1.HeaderClassName
{
color: #357ACD;
}
.AnyTagClassName
{
color: #357ACD;
}
</style>
background-color css
<style>
a { background-color: #357ACD; }
a { background-color: rgb(53,122,205); }
div.DivClassName
{
background-color: #357ACD;
}
.BgClassName
{
background-color: #357ACD;
}
</style>
border-color css
<style>
span { border-color: #357ACD; }
span { border-color: rgb(53,122,205); }
td.TdClassName
{
border-color: #357ACD;
}
.TagClassName
{
border-color: #357ACD;
}
</style>