Shades of Curious Blue #357CCF
Tints of Curious Blue #357CCF
RGB
CMYK
RGB Variations
Color information
#357CCF (or 0x357CCF) is known color: Curious Blue. HEX triplet: 35, 7C and CF. RGB value is (53,124,207). Sum of RGB (Red+Green+Blue) = 53+124+207=384 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.80% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #357CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357CCF is #CA8330. Grayscale: #6F6F6F. Windows color (decimal): -13271857 or 13597749. OLE color: 13597749.
HSL color Cylindrical-coordinate representation of color #357CCF: hue angle of 212.34º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #357CCF is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 124 | 207 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.19 |
| HSL | 212.34º | 0.62% | 0.51% | - |
| HSV(B) | 212.34º | 0.74% | 0.81% | - |
| XYZ | 19.94 | 19.68 | 61.78 | - |
| YUV | 112.23 | 181.48 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 207 | 0.74 | 0.40 | 0 | 0.19 | 212.34 | 0.62 | 0.51 |
| Hex | 35 | 7C | CF | 4A | 28 | 0 | 13 | D4 | 3E | 33 |
| Octal | 65 | 174 | 317 | 112 | 50 | 0 | 23 | 324 | 76 | 63 |
| Binary | 110101 | 1111100 | 11001111 | 1001010 | 101000 | 0 | 10011 | 11010100 | 111110 | 110011 |
Color Harmonies of #357CCF
Complementary color
Monochromatic Colors of #357CCF
Black with #357CCF
Text Example
Text Example
White with #357CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357CCF; }
p { color: rgb(53,124,207); }
H1.HeaderClassName
{
color: #357CCF;
}
.AnyTagClassName
{
color: #357CCF;
}
</style>
background-color css
<style>
a { background-color: #357CCF; }
a { background-color: rgb(53,124,207); }
div.DivClassName
{
background-color: #357CCF;
}
.BgClassName
{
background-color: #357CCF;
}
</style>
border-color css
<style>
span { border-color: #357CCF; }
span { border-color: rgb(53,124,207); }
td.TdClassName
{
border-color: #357CCF;
}
.TagClassName
{
border-color: #357CCF;
}
</style>