Shades of Curious Blue #357EC2
Tints of Curious Blue #357EC2
RGB
CMYK
RGB Variations
Color information
#357EC2 (or 0x357EC2) is known color: Curious Blue. HEX triplet: 35, 7E and C2. RGB value is (53,126,194). Sum of RGB (Red+Green+Blue) = 53+126+194=373 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.21% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 194 (76.17% from 255 or 52.01% from 373); Max value from RGB is 194 - color contains mainly: blue. Hex color #357EC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357EC2 is #CA813D. Grayscale: #6F6F6F. Windows color (decimal): -13271358 or 12746293. OLE color: 12746293.
HSL color Cylindrical-coordinate representation of color #357EC2: hue angle of 208.94º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #357EC2 is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 126 | 194 | - |
| CMYK | 0.73 | 0.35 | 0 | 0.24 |
| HSL | 208.94º | 0.57% | 0.48% | - |
| HSV(B) | 208.94º | 0.73% | 0.76% | - |
| XYZ | 18.67 | 19.57 | 53.83 | - |
| YUV | 111.93 | 174.32 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 126 | 194 | 0.73 | 0.35 | 0 | 0.24 | 208.94 | 0.57 | 0.48 |
| Hex | 35 | 7E | C2 | 49 | 23 | 0 | 18 | D1 | 39 | 30 |
| Octal | 65 | 176 | 302 | 111 | 43 | 0 | 30 | 321 | 71 | 60 |
| Binary | 110101 | 1111110 | 11000010 | 1001001 | 100011 | 0 | 11000 | 11010001 | 111001 | 110000 |
Color Harmonies of #357EC2
Complementary color
Monochromatic Colors of #357EC2
Black with #357EC2
Text Example
Text Example
White with #357EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357EC2; }
p { color: rgb(53,126,194); }
H1.HeaderClassName
{
color: #357EC2;
}
.AnyTagClassName
{
color: #357EC2;
}
</style>
background-color css
<style>
a { background-color: #357EC2; }
a { background-color: rgb(53,126,194); }
div.DivClassName
{
background-color: #357EC2;
}
.BgClassName
{
background-color: #357EC2;
}
</style>
border-color css
<style>
span { border-color: #357EC2; }
span { border-color: rgb(53,126,194); }
td.TdClassName
{
border-color: #357EC2;
}
.TagClassName
{
border-color: #357EC2;
}
</style>