Shades of Curious Blue #357FCD
Tints of Curious Blue #357FCD
RGB
CMYK
RGB Variations
Color information
#357FCD (or 0x357FCD) is known color: Curious Blue. HEX triplet: 35, 7F and CD. RGB value is (53,127,205). Sum of RGB (Red+Green+Blue) = 53+127+205=385 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.77% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #357FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357FCD is #CA8032. Grayscale: #717171. Windows color (decimal): -13271091 or 13467445. OLE color: 13467445.
HSL color Cylindrical-coordinate representation of color #357FCD: hue angle of 210.79º 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 #357FCD is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 127 | 205 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.20 |
| HSL | 210.79º | 0.6% | 0.51% | - |
| HSV(B) | 210.79º | 0.74% | 0.8% | - |
| XYZ | 20.08 | 20.34 | 60.63 | - |
| YUV | 113.77 | 179.48 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 127 | 205 | 0.74 | 0.38 | 0 | 0.20 | 210.79 | 0.6 | 0.51 |
| Hex | 35 | 7F | CD | 4A | 26 | 0 | 14 | D3 | 3C | 33 |
| Octal | 65 | 177 | 315 | 112 | 46 | 0 | 24 | 323 | 74 | 63 |
| Binary | 110101 | 1111111 | 11001101 | 1001010 | 100110 | 0 | 10100 | 11010011 | 111100 | 110011 |
Color Harmonies of #357FCD
Complementary color
Monochromatic Colors of #357FCD
Black with #357FCD
Text Example
Text Example
White with #357FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357FCD; }
p { color: rgb(53,127,205); }
H1.HeaderClassName
{
color: #357FCD;
}
.AnyTagClassName
{
color: #357FCD;
}
</style>
background-color css
<style>
a { background-color: #357FCD; }
a { background-color: rgb(53,127,205); }
div.DivClassName
{
background-color: #357FCD;
}
.BgClassName
{
background-color: #357FCD;
}
</style>
border-color css
<style>
span { border-color: #357FCD; }
span { border-color: rgb(53,127,205); }
td.TdClassName
{
border-color: #357FCD;
}
.TagClassName
{
border-color: #357FCD;
}
</style>