Shades of Curious Blue #357EC8
Tints of Curious Blue #357EC8
RGB
CMYK
RGB Variations
Color information
#357EC8 (or 0x357EC8) is known color: Curious Blue. HEX triplet: 35, 7E and C8. RGB value is (53,126,200). Sum of RGB (Red+Green+Blue) = 53+126+200=379 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.98% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 200 (78.52% from 255 or 52.77% from 379); Max value from RGB is 200 - color contains mainly: blue. Hex color #357EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357EC8 is #CA8137. Grayscale: #707070. Windows color (decimal): -13271352 or 13139509. OLE color: 13139509.
HSL color Cylindrical-coordinate representation of color #357EC8: hue angle of 210.2º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #357EC8 is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 53 | 126 | 200 | - |
| CMYK | 0.74 | 0.37 | 0 | 0.22 |
| HSL | 210.2º | 0.58% | 0.5% | - |
| HSV(B) | 210.2º | 0.74% | 0.78% | - |
| XYZ | 19.35 | 19.85 | 57.45 | - |
| YUV | 112.61 | 177.32 | 85.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 126 | 200 | 0.74 | 0.37 | 0 | 0.22 | 210.2 | 0.58 | 0.5 |
| Hex | 35 | 7E | C8 | 4A | 25 | 0 | 16 | D2 | 3A | 32 |
| Octal | 65 | 176 | 310 | 112 | 45 | 0 | 26 | 322 | 72 | 62 |
| Binary | 110101 | 1111110 | 11001000 | 1001010 | 100101 | 0 | 10110 | 11010010 | 111010 | 110010 |
Color Harmonies of #357EC8
Complementary color
Monochromatic Colors of #357EC8
Black with #357EC8
Text Example
Text Example
White with #357EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357EC8; }
p { color: rgb(53,126,200); }
H1.HeaderClassName
{
color: #357EC8;
}
.AnyTagClassName
{
color: #357EC8;
}
</style>
background-color css
<style>
a { background-color: #357EC8; }
a { background-color: rgb(53,126,200); }
div.DivClassName
{
background-color: #357EC8;
}
.BgClassName
{
background-color: #357EC8;
}
</style>
border-color css
<style>
span { border-color: #357EC8; }
span { border-color: rgb(53,126,200); }
td.TdClassName
{
border-color: #357EC8;
}
.TagClassName
{
border-color: #357EC8;
}
</style>