Shades of Curious Blue #358DBB
Tints of Curious Blue #358DBB
RGB
CMYK
RGB Variations
Color information
#358DBB (or 0x358DBB) is known color: Curious Blue. HEX triplet: 35, 8D and BB. RGB value is (53,141,187). Sum of RGB (Red+Green+Blue) = 53+141+187=381 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.91% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #358DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358DBB is #CA7244. Grayscale: #777777. Windows color (decimal): -13267525 or 12291381. OLE color: 12291381.
HSL color Cylindrical-coordinate representation of color #358DBB: hue angle of 200.6º 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 #358DBB is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 141 | 187 | - |
| CMYK | 0.72 | 0.25 | 0 | 0.27 |
| HSL | 200.6º | 0.56% | 0.47% | - |
| HSV(B) | 200.6º | 0.72% | 0.73% | - |
| XYZ | 19.96 | 23.39 | 50.48 | - |
| YUV | 119.93 | 165.85 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 141 | 187 | 0.72 | 0.25 | 0 | 0.27 | 200.6 | 0.56 | 0.47 |
| Hex | 35 | 8D | BB | 48 | 19 | 0 | 1B | C9 | 38 | 2F |
| Octal | 65 | 215 | 273 | 110 | 31 | 0 | 33 | 311 | 70 | 57 |
| Binary | 110101 | 10001101 | 10111011 | 1001000 | 11001 | 0 | 11011 | 11001001 | 111000 | 101111 |
Color Harmonies of #358DBB
Complementary color
Monochromatic Colors of #358DBB
Black with #358DBB
Text Example
Text Example
White with #358DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358DBB; }
p { color: rgb(53,141,187); }
H1.HeaderClassName
{
color: #358DBB;
}
.AnyTagClassName
{
color: #358DBB;
}
</style>
background-color css
<style>
a { background-color: #358DBB; }
a { background-color: rgb(53,141,187); }
div.DivClassName
{
background-color: #358DBB;
}
.BgClassName
{
background-color: #358DBB;
}
</style>
border-color css
<style>
span { border-color: #358DBB; }
span { border-color: rgb(53,141,187); }
td.TdClassName
{
border-color: #358DBB;
}
.TagClassName
{
border-color: #358DBB;
}
</style>