Shades of Curious Blue #358FBA
Tints of Curious Blue #358FBA
RGB
CMYK
RGB Variations
Color information
#358FBA (or 0x358FBA) is known color: Curious Blue. HEX triplet: 35, 8F and BA. RGB value is (53,143,186). Sum of RGB (Red+Green+Blue) = 53+143+186=382 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.87% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #358FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358FBA is #CA7045. Grayscale: #787878. Windows color (decimal): -13267014 or 12226357. OLE color: 12226357.
HSL color Cylindrical-coordinate representation of color #358FBA: hue angle of 199.4º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #358FBA is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 143 | 186 | - |
| CMYK | 0.72 | 0.23 | 0 | 0.27 |
| HSL | 199.4º | 0.56% | 0.47% | - |
| HSV(B) | 199.4º | 0.72% | 0.73% | - |
| XYZ | 20.15 | 23.95 | 50.01 | - |
| YUV | 120.99 | 164.68 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 186 | 0.72 | 0.23 | 0 | 0.27 | 199.4 | 0.56 | 0.47 |
| Hex | 35 | 8F | BA | 48 | 17 | 0 | 1B | C7 | 38 | 2F |
| Octal | 65 | 217 | 272 | 110 | 27 | 0 | 33 | 307 | 70 | 57 |
| Binary | 110101 | 10001111 | 10111010 | 1001000 | 10111 | 0 | 11011 | 11000111 | 111000 | 101111 |
Color Harmonies of #358FBA
Complementary color
Monochromatic Colors of #358FBA
Black with #358FBA
Text Example
Text Example
White with #358FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358FBA; }
p { color: rgb(53,143,186); }
H1.HeaderClassName
{
color: #358FBA;
}
.AnyTagClassName
{
color: #358FBA;
}
</style>
background-color css
<style>
a { background-color: #358FBA; }
a { background-color: rgb(53,143,186); }
div.DivClassName
{
background-color: #358FBA;
}
.BgClassName
{
background-color: #358FBA;
}
</style>
border-color css
<style>
span { border-color: #358FBA; }
span { border-color: rgb(53,143,186); }
td.TdClassName
{
border-color: #358FBA;
}
.TagClassName
{
border-color: #358FBA;
}
</style>