Shades of Curious Blue #358ACE
Tints of Curious Blue #358ACE
RGB
CMYK
RGB Variations
Color information
#358ACE (or 0x358ACE) is known color: Curious Blue. HEX triplet: 35, 8A and CE. RGB value is (53,138,206). Sum of RGB (Red+Green+Blue) = 53+138+206=397 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.35% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #358ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358ACE is #CA7531. Grayscale: #777777. Windows color (decimal): -13268274 or 13535797. OLE color: 13535797.
HSL color Cylindrical-coordinate representation of color #358ACE: hue angle of 206.67º degrees, saturation: 0.61, 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 #358ACE is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 138 | 206 | - |
| CMYK | 0.74 | 0.33 | 0 | 0.19 |
| HSL | 206.67º | 0.61% | 0.51% | - |
| HSV(B) | 206.67º | 0.74% | 0.81% | - |
| XYZ | 21.7 | 23.39 | 61.76 | - |
| YUV | 120.34 | 176.34 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 138 | 206 | 0.74 | 0.33 | 0 | 0.19 | 206.67 | 0.61 | 0.51 |
| Hex | 35 | 8A | CE | 4A | 21 | 0 | 13 | CF | 3D | 33 |
| Octal | 65 | 212 | 316 | 112 | 41 | 0 | 23 | 317 | 75 | 63 |
| Binary | 110101 | 10001010 | 11001110 | 1001010 | 100001 | 0 | 10011 | 11001111 | 111101 | 110011 |
Color Harmonies of #358ACE
Complementary color
Monochromatic Colors of #358ACE
Black with #358ACE
Text Example
Text Example
White with #358ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358ACE; }
p { color: rgb(53,138,206); }
H1.HeaderClassName
{
color: #358ACE;
}
.AnyTagClassName
{
color: #358ACE;
}
</style>
background-color css
<style>
a { background-color: #358ACE; }
a { background-color: rgb(53,138,206); }
div.DivClassName
{
background-color: #358ACE;
}
.BgClassName
{
background-color: #358ACE;
}
</style>
border-color css
<style>
span { border-color: #358ACE; }
span { border-color: rgb(53,138,206); }
td.TdClassName
{
border-color: #358ACE;
}
.TagClassName
{
border-color: #358ACE;
}
</style>