Shades of Curious Blue #358ABB
Tints of Curious Blue #358ABB
RGB
CMYK
RGB Variations
Color information
#358ABB (or 0x358ABB) is known color: Curious Blue. HEX triplet: 35, 8A and BB. RGB value is (53,138,187). Sum of RGB (Red+Green+Blue) = 53+138+187=378 (50% of max value = 765). Red value is 53 (21.09% from 255 or 14.02% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #358ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358ABB is #CA7544. Grayscale: #757575. Windows color (decimal): -13268293 or 12290613. OLE color: 12290613.
HSL color Cylindrical-coordinate representation of color #358ABB: hue angle of 201.94º 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 #358ABB is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 138 | 187 | - |
| CMYK | 0.72 | 0.26 | 0 | 0.27 |
| HSL | 201.94º | 0.56% | 0.47% | - |
| HSV(B) | 201.94º | 0.72% | 0.73% | - |
| XYZ | 19.53 | 22.52 | 50.33 | - |
| YUV | 118.17 | 166.84 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 138 | 187 | 0.72 | 0.26 | 0 | 0.27 | 201.94 | 0.56 | 0.47 |
| Hex | 35 | 8A | BB | 48 | 1A | 0 | 1B | CA | 38 | 2F |
| Octal | 65 | 212 | 273 | 110 | 32 | 0 | 33 | 312 | 70 | 57 |
| Binary | 110101 | 10001010 | 10111011 | 1001000 | 11010 | 0 | 11011 | 11001010 | 111000 | 101111 |
Color Harmonies of #358ABB
Complementary color
Monochromatic Colors of #358ABB
Black with #358ABB
Text Example
Text Example
White with #358ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358ABB; }
p { color: rgb(53,138,187); }
H1.HeaderClassName
{
color: #358ABB;
}
.AnyTagClassName
{
color: #358ABB;
}
</style>
background-color css
<style>
a { background-color: #358ABB; }
a { background-color: rgb(53,138,187); }
div.DivClassName
{
background-color: #358ABB;
}
.BgClassName
{
background-color: #358ABB;
}
</style>
border-color css
<style>
span { border-color: #358ABB; }
span { border-color: rgb(53,138,187); }
td.TdClassName
{
border-color: #358ABB;
}
.TagClassName
{
border-color: #358ABB;
}
</style>