Shades of Curious Blue #358BBE
Tints of Curious Blue #358BBE
RGB
CMYK
RGB Variations
Color information
#358BBE (or 0x358BBE) is known color: Curious Blue. HEX triplet: 35, 8B and BE. RGB value is (53,139,190). Sum of RGB (Red+Green+Blue) = 53+139+190=382 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.87% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #358BBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358BBE is #CA7441. Grayscale: #767676. Windows color (decimal): -13268034 or 12487477. OLE color: 12487477.
HSL color Cylindrical-coordinate representation of color #358BBE: hue angle of 202.34º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #358BBE is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 139 | 190 | - |
| CMYK | 0.72 | 0.27 | 0 | 0.25 |
| HSL | 202.34º | 0.56% | 0.48% | - |
| HSV(B) | 202.34º | 0.72% | 0.75% | - |
| XYZ | 20 | 22.94 | 52.09 | - |
| YUV | 119.1 | 168.01 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 139 | 190 | 0.72 | 0.27 | 0 | 0.25 | 202.34 | 0.56 | 0.48 |
| Hex | 35 | 8B | BE | 48 | 1B | 0 | 19 | CA | 38 | 30 |
| Octal | 65 | 213 | 276 | 110 | 33 | 0 | 31 | 312 | 70 | 60 |
| Binary | 110101 | 10001011 | 10111110 | 1001000 | 11011 | 0 | 11001 | 11001010 | 111000 | 110000 |
Color Harmonies of #358BBE
Complementary color
Monochromatic Colors of #358BBE
Black with #358BBE
Text Example
Text Example
White with #358BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358BBE; }
p { color: rgb(53,139,190); }
H1.HeaderClassName
{
color: #358BBE;
}
.AnyTagClassName
{
color: #358BBE;
}
</style>
background-color css
<style>
a { background-color: #358BBE; }
a { background-color: rgb(53,139,190); }
div.DivClassName
{
background-color: #358BBE;
}
.BgClassName
{
background-color: #358BBE;
}
</style>
border-color css
<style>
span { border-color: #358BBE; }
span { border-color: rgb(53,139,190); }
td.TdClassName
{
border-color: #358BBE;
}
.TagClassName
{
border-color: #358BBE;
}
</style>