Shades of Curious Blue #358FCF
Tints of Curious Blue #358FCF
RGB
CMYK
RGB Variations
Color information
#358FCF (or 0x358FCF) is known color: Curious Blue. HEX triplet: 35, 8F and CF. RGB value is (53,143,207). Sum of RGB (Red+Green+Blue) = 53+143+207=403 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.15% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #358FCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358FCF is #CA7030. Grayscale: #7B7B7B. Windows color (decimal): -13266993 or 13602613. OLE color: 13602613.
HSL color Cylindrical-coordinate representation of color #358FCF: hue angle of 204.94º 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 #358FCF is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 143 | 207 | - |
| CMYK | 0.74 | 0.31 | 0 | 0.19 |
| HSL | 204.94º | 0.62% | 0.51% | - |
| HSV(B) | 204.94º | 0.74% | 0.81% | - |
| XYZ | 22.55 | 24.91 | 62.65 | - |
| YUV | 123.39 | 175.18 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 207 | 0.74 | 0.31 | 0 | 0.19 | 204.94 | 0.62 | 0.51 |
| Hex | 35 | 8F | CF | 4A | 1F | 0 | 13 | CD | 3E | 33 |
| Octal | 65 | 217 | 317 | 112 | 37 | 0 | 23 | 315 | 76 | 63 |
| Binary | 110101 | 10001111 | 11001111 | 1001010 | 11111 | 0 | 10011 | 11001101 | 111110 | 110011 |
Color Harmonies of #358FCF
Complementary color
Monochromatic Colors of #358FCF
Black with #358FCF
Text Example
Text Example
White with #358FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358FCF; }
p { color: rgb(53,143,207); }
H1.HeaderClassName
{
color: #358FCF;
}
.AnyTagClassName
{
color: #358FCF;
}
</style>
background-color css
<style>
a { background-color: #358FCF; }
a { background-color: rgb(53,143,207); }
div.DivClassName
{
background-color: #358FCF;
}
.BgClassName
{
background-color: #358FCF;
}
</style>
border-color css
<style>
span { border-color: #358FCF; }
span { border-color: rgb(53,143,207); }
td.TdClassName
{
border-color: #358FCF;
}
.TagClassName
{
border-color: #358FCF;
}
</style>