Shades of Curious Blue #357EC6
Tints of Curious Blue #357EC6
RGB
CMYK
RGB Variations
Color information
#357EC6 (or 0x357EC6) is known color: Curious Blue. HEX triplet: 35, 7E and C6. RGB value is (53,126,198). Sum of RGB (Red+Green+Blue) = 53+126+198=377 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.06% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 198 (77.73% from 255 or 52.52% from 377); Max value from RGB is 198 - color contains mainly: blue. Hex color #357EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357EC6 is #CA8139. Grayscale: #707070. Windows color (decimal): -13271354 or 13008437. OLE color: 13008437.
HSL color Cylindrical-coordinate representation of color #357EC6: hue angle of 209.79º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #357EC6 is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 53 | 126 | 198 | - |
| CMYK | 0.73 | 0.36 | 0 | 0.22 |
| HSL | 209.79º | 0.58% | 0.49% | - |
| HSV(B) | 209.79º | 0.73% | 0.78% | - |
| XYZ | 19.12 | 19.76 | 56.23 | - |
| YUV | 112.38 | 176.32 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 126 | 198 | 0.73 | 0.36 | 0 | 0.22 | 209.79 | 0.58 | 0.49 |
| Hex | 35 | 7E | C6 | 49 | 24 | 0 | 16 | D2 | 3A | 31 |
| Octal | 65 | 176 | 306 | 111 | 44 | 0 | 26 | 322 | 72 | 61 |
| Binary | 110101 | 1111110 | 11000110 | 1001001 | 100100 | 0 | 10110 | 11010010 | 111010 | 110001 |
Color Harmonies of #357EC6
Complementary color
Monochromatic Colors of #357EC6
Black with #357EC6
Text Example
Text Example
White with #357EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357EC6; }
p { color: rgb(53,126,198); }
H1.HeaderClassName
{
color: #357EC6;
}
.AnyTagClassName
{
color: #357EC6;
}
</style>
background-color css
<style>
a { background-color: #357EC6; }
a { background-color: rgb(53,126,198); }
div.DivClassName
{
background-color: #357EC6;
}
.BgClassName
{
background-color: #357EC6;
}
</style>
border-color css
<style>
span { border-color: #357EC6; }
span { border-color: rgb(53,126,198); }
td.TdClassName
{
border-color: #357EC6;
}
.TagClassName
{
border-color: #357EC6;
}
</style>