Shades of Curious Blue #357EC3
Tints of Curious Blue #357EC3
RGB
CMYK
RGB Variations
Color information
#357EC3 (or 0x357EC3) is known color: Curious Blue. HEX triplet: 35, 7E and C3. RGB value is (53,126,195). Sum of RGB (Red+Green+Blue) = 53+126+195=374 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.17% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 195 (76.56% from 255 or 52.14% from 374); Max value from RGB is 195 - color contains mainly: blue. Hex color #357EC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357EC3 is #CA813C. Grayscale: #6F6F6F. Windows color (decimal): -13271357 or 12811829. OLE color: 12811829.
HSL color Cylindrical-coordinate representation of color #357EC3: hue angle of 209.15º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #357EC3 is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 126 | 195 | - |
| CMYK | 0.73 | 0.35 | 0 | 0.24 |
| HSL | 209.15º | 0.57% | 0.49% | - |
| HSV(B) | 209.15º | 0.73% | 0.76% | - |
| XYZ | 18.78 | 19.62 | 54.43 | - |
| YUV | 112.04 | 174.82 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 126 | 195 | 0.73 | 0.35 | 0 | 0.24 | 209.15 | 0.57 | 0.49 |
| Hex | 35 | 7E | C3 | 49 | 23 | 0 | 18 | D1 | 39 | 31 |
| Octal | 65 | 176 | 303 | 111 | 43 | 0 | 30 | 321 | 71 | 61 |
| Binary | 110101 | 1111110 | 11000011 | 1001001 | 100011 | 0 | 11000 | 11010001 | 111001 | 110001 |
Color Harmonies of #357EC3
Complementary color
Monochromatic Colors of #357EC3
Black with #357EC3
Text Example
Text Example
White with #357EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357EC3; }
p { color: rgb(53,126,195); }
H1.HeaderClassName
{
color: #357EC3;
}
.AnyTagClassName
{
color: #357EC3;
}
</style>
background-color css
<style>
a { background-color: #357EC3; }
a { background-color: rgb(53,126,195); }
div.DivClassName
{
background-color: #357EC3;
}
.BgClassName
{
background-color: #357EC3;
}
</style>
border-color css
<style>
span { border-color: #357EC3; }
span { border-color: rgb(53,126,195); }
td.TdClassName
{
border-color: #357EC3;
}
.TagClassName
{
border-color: #357EC3;
}
</style>