Shades of Curious Blue #358BCE
Tints of Curious Blue #358BCE
RGB
CMYK
RGB Variations
Color information
#358BCE (or 0x358BCE) is known color: Curious Blue. HEX triplet: 35, 8B and CE. RGB value is (53,139,206). Sum of RGB (Red+Green+Blue) = 53+139+206=398 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.32% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #358BCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358BCE is #CA7431. Grayscale: #787878. Windows color (decimal): -13268018 or 13536053. OLE color: 13536053.
HSL color Cylindrical-coordinate representation of color #358BCE: hue angle of 206.27º 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 #358BCE is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 139 | 206 | - |
| CMYK | 0.74 | 0.33 | 0 | 0.19 |
| HSL | 206.27º | 0.61% | 0.51% | - |
| HSV(B) | 206.27º | 0.74% | 0.81% | - |
| XYZ | 21.84 | 23.68 | 61.81 | - |
| YUV | 120.92 | 176.01 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 139 | 206 | 0.74 | 0.33 | 0 | 0.19 | 206.27 | 0.61 | 0.51 |
| Hex | 35 | 8B | CE | 4A | 21 | 0 | 13 | CE | 3D | 33 |
| Octal | 65 | 213 | 316 | 112 | 41 | 0 | 23 | 316 | 75 | 63 |
| Binary | 110101 | 10001011 | 11001110 | 1001010 | 100001 | 0 | 10011 | 11001110 | 111101 | 110011 |
Color Harmonies of #358BCE
Complementary color
Monochromatic Colors of #358BCE
Black with #358BCE
Text Example
Text Example
White with #358BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358BCE; }
p { color: rgb(53,139,206); }
H1.HeaderClassName
{
color: #358BCE;
}
.AnyTagClassName
{
color: #358BCE;
}
</style>
background-color css
<style>
a { background-color: #358BCE; }
a { background-color: rgb(53,139,206); }
div.DivClassName
{
background-color: #358BCE;
}
.BgClassName
{
background-color: #358BCE;
}
</style>
border-color css
<style>
span { border-color: #358BCE; }
span { border-color: rgb(53,139,206); }
td.TdClassName
{
border-color: #358BCE;
}
.TagClassName
{
border-color: #358BCE;
}
</style>