Shades of Curious Blue #358CCF
Tints of Curious Blue #358CCF
RGB
CMYK
RGB Variations
Color information
#358CCF (or 0x358CCF) is known color: Curious Blue. HEX triplet: 35, 8C and CF. RGB value is (53,140,207). Sum of RGB (Red+Green+Blue) = 53+140+207=400 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.25% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #358CCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358CCF is #CA7330. Grayscale: #797979. Windows color (decimal): -13267761 or 13601845. OLE color: 13601845.
HSL color Cylindrical-coordinate representation of color #358CCF: hue angle of 206.1º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #358CCF is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 140 | 207 | - |
| CMYK | 0.74 | 0.32 | 0 | 0.19 |
| HSL | 206.1º | 0.62% | 0.51% | - |
| HSV(B) | 206.1º | 0.74% | 0.81% | - |
| XYZ | 22.11 | 24.02 | 62.5 | - |
| YUV | 121.63 | 176.18 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 140 | 207 | 0.74 | 0.32 | 0 | 0.19 | 206.1 | 0.62 | 0.51 |
| Hex | 35 | 8C | CF | 4A | 20 | 0 | 13 | CE | 3E | 33 |
| Octal | 65 | 214 | 317 | 112 | 40 | 0 | 23 | 316 | 76 | 63 |
| Binary | 110101 | 10001100 | 11001111 | 1001010 | 100000 | 0 | 10011 | 11001110 | 111110 | 110011 |
Color Harmonies of #358CCF
Complementary color
Monochromatic Colors of #358CCF
Black with #358CCF
Text Example
Text Example
White with #358CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358CCF; }
p { color: rgb(53,140,207); }
H1.HeaderClassName
{
color: #358CCF;
}
.AnyTagClassName
{
color: #358CCF;
}
</style>
background-color css
<style>
a { background-color: #358CCF; }
a { background-color: rgb(53,140,207); }
div.DivClassName
{
background-color: #358CCF;
}
.BgClassName
{
background-color: #358CCF;
}
</style>
border-color css
<style>
span { border-color: #358CCF; }
span { border-color: rgb(53,140,207); }
td.TdClassName
{
border-color: #358CCF;
}
.TagClassName
{
border-color: #358CCF;
}
</style>