Shades of Curious Blue #357ACE
Tints of Curious Blue #357ACE
RGB
CMYK
RGB Variations
Color information
#357ACE (or 0x357ACE) is known color: Curious Blue. HEX triplet: 35, 7A and CE. RGB value is (53,122,206). Sum of RGB (Red+Green+Blue) = 53+122+206=381 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.91% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #357ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357ACE is #CA8531. Grayscale: #6E6E6E. Windows color (decimal): -13272370 or 13531701. OLE color: 13531701.
HSL color Cylindrical-coordinate representation of color #357ACE: hue angle of 212.94º degrees, saturation: 0.61, 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 #357ACE is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 122 | 206 | - |
| CMYK | 0.74 | 0.41 | 0 | 0.19 |
| HSL | 212.94º | 0.61% | 0.51% | - |
| HSV(B) | 212.94º | 0.74% | 0.81% | - |
| XYZ | 19.57 | 19.13 | 61.05 | - |
| YUV | 110.95 | 181.64 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 122 | 206 | 0.74 | 0.41 | 0 | 0.19 | 212.94 | 0.61 | 0.51 |
| Hex | 35 | 7A | CE | 4A | 29 | 0 | 13 | D5 | 3D | 33 |
| Octal | 65 | 172 | 316 | 112 | 51 | 0 | 23 | 325 | 75 | 63 |
| Binary | 110101 | 1111010 | 11001110 | 1001010 | 101001 | 0 | 10011 | 11010101 | 111101 | 110011 |
Color Harmonies of #357ACE
Complementary color
Monochromatic Colors of #357ACE
Black with #357ACE
Text Example
Text Example
White with #357ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357ACE; }
p { color: rgb(53,122,206); }
H1.HeaderClassName
{
color: #357ACE;
}
.AnyTagClassName
{
color: #357ACE;
}
</style>
background-color css
<style>
a { background-color: #357ACE; }
a { background-color: rgb(53,122,206); }
div.DivClassName
{
background-color: #357ACE;
}
.BgClassName
{
background-color: #357ACE;
}
</style>
border-color css
<style>
span { border-color: #357ACE; }
span { border-color: rgb(53,122,206); }
td.TdClassName
{
border-color: #357ACE;
}
.TagClassName
{
border-color: #357ACE;
}
</style>