Shades of Curious Blue #358FBB
Tints of Curious Blue #358FBB
RGB
CMYK
RGB Variations
Color information
#358FBB (or 0x358FBB) is known color: Curious Blue. HEX triplet: 35, 8F and BB. RGB value is (53,143,187). Sum of RGB (Red+Green+Blue) = 53+143+187=383 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.84% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #358FBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358FBB is #CA7044. Grayscale: #787878. Windows color (decimal): -13267013 or 12291893. OLE color: 12291893.
HSL color Cylindrical-coordinate representation of color #358FBB: hue angle of 199.7º 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 #358FBB is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 143 | 187 | - |
| CMYK | 0.72 | 0.24 | 0 | 0.27 |
| HSL | 199.7º | 0.56% | 0.47% | - |
| HSV(B) | 199.7º | 0.72% | 0.73% | - |
| XYZ | 20.26 | 23.99 | 50.58 | - |
| YUV | 121.11 | 165.18 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 187 | 0.72 | 0.24 | 0 | 0.27 | 199.7 | 0.56 | 0.47 |
| Hex | 35 | 8F | BB | 48 | 18 | 0 | 1B | C8 | 38 | 2F |
| Octal | 65 | 217 | 273 | 110 | 30 | 0 | 33 | 310 | 70 | 57 |
| Binary | 110101 | 10001111 | 10111011 | 1001000 | 11000 | 0 | 11011 | 11001000 | 111000 | 101111 |
Color Harmonies of #358FBB
Complementary color
Monochromatic Colors of #358FBB
Black with #358FBB
Text Example
Text Example
White with #358FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358FBB; }
p { color: rgb(53,143,187); }
H1.HeaderClassName
{
color: #358FBB;
}
.AnyTagClassName
{
color: #358FBB;
}
</style>
background-color css
<style>
a { background-color: #358FBB; }
a { background-color: rgb(53,143,187); }
div.DivClassName
{
background-color: #358FBB;
}
.BgClassName
{
background-color: #358FBB;
}
</style>
border-color css
<style>
span { border-color: #358FBB; }
span { border-color: rgb(53,143,187); }
td.TdClassName
{
border-color: #358FBB;
}
.TagClassName
{
border-color: #358FBB;
}
</style>