Shades of Curious Blue #358EC1
Tints of Curious Blue #358EC1
RGB
CMYK
RGB Variations
Color information
#358EC1 (or 0x358EC1) is known color: Curious Blue. HEX triplet: 35, 8E and C1. RGB value is (53,142,193). Sum of RGB (Red+Green+Blue) = 53+142+193=388 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.66% from 388); Green value is 142 (55.86% from 255 or 36.60% from 388); Blue value is 193 (75.78% from 255 or 49.74% from 388); Max value from RGB is 193 - color contains mainly: blue. Hex color #358EC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358EC1 is #CA713E. Grayscale: #787878. Windows color (decimal): -13267263 or 12684853. OLE color: 12684853.
HSL color Cylindrical-coordinate representation of color #358EC1: hue angle of 201.86º 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 #358EC1 is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 142 | 193 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.24 |
| HSL | 201.86º | 0.57% | 0.48% | - |
| HSV(B) | 201.86º | 0.73% | 0.76% | - |
| XYZ | 20.77 | 23.95 | 53.98 | - |
| YUV | 121.2 | 168.51 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 142 | 193 | 0.73 | 0.26 | 0 | 0.24 | 201.86 | 0.57 | 0.48 |
| Hex | 35 | 8E | C1 | 49 | 1A | 0 | 18 | CA | 39 | 30 |
| Octal | 65 | 216 | 301 | 111 | 32 | 0 | 30 | 312 | 71 | 60 |
| Binary | 110101 | 10001110 | 11000001 | 1001001 | 11010 | 0 | 11000 | 11001010 | 111001 | 110000 |
Color Harmonies of #358EC1
Complementary color
Monochromatic Colors of #358EC1
Black with #358EC1
Text Example
Text Example
White with #358EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358EC1; }
p { color: rgb(53,142,193); }
H1.HeaderClassName
{
color: #358EC1;
}
.AnyTagClassName
{
color: #358EC1;
}
</style>
background-color css
<style>
a { background-color: #358EC1; }
a { background-color: rgb(53,142,193); }
div.DivClassName
{
background-color: #358EC1;
}
.BgClassName
{
background-color: #358EC1;
}
</style>
border-color css
<style>
span { border-color: #358EC1; }
span { border-color: rgb(53,142,193); }
td.TdClassName
{
border-color: #358EC1;
}
.TagClassName
{
border-color: #358EC1;
}
</style>