Shades of Curious Blue #358AB9
Tints of Curious Blue #358AB9
RGB
CMYK
RGB Variations
Color information
#358AB9 (or 0x358AB9) is known color: Curious Blue. HEX triplet: 35, 8A and B9. RGB value is (53,138,185). Sum of RGB (Red+Green+Blue) = 53+138+185=376 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.10% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 185 (72.66% from 255 or 49.20% from 376); Max value from RGB is 185 - color contains mainly: blue. Hex color #358AB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358AB9 is #CA7546. Grayscale: #757575. Windows color (decimal): -13268295 or 12159541. OLE color: 12159541.
HSL color Cylindrical-coordinate representation of color #358AB9: hue angle of 201.36º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #358AB9 is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 138 | 185 | - |
| CMYK | 0.71 | 0.25 | 0 | 0.27 |
| HSL | 201.36º | 0.55% | 0.47% | - |
| HSV(B) | 201.36º | 0.71% | 0.73% | - |
| XYZ | 19.31 | 22.44 | 49.21 | - |
| YUV | 117.94 | 165.84 | 81.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 138 | 185 | 0.71 | 0.25 | 0 | 0.27 | 201.36 | 0.55 | 0.47 |
| Hex | 35 | 8A | B9 | 47 | 19 | 0 | 1B | C9 | 37 | 2F |
| Octal | 65 | 212 | 271 | 107 | 31 | 0 | 33 | 311 | 67 | 57 |
| Binary | 110101 | 10001010 | 10111001 | 1000111 | 11001 | 0 | 11011 | 11001001 | 110111 | 101111 |
Color Harmonies of #358AB9
Complementary color
Monochromatic Colors of #358AB9
Black with #358AB9
Text Example
Text Example
White with #358AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358AB9; }
p { color: rgb(53,138,185); }
H1.HeaderClassName
{
color: #358AB9;
}
.AnyTagClassName
{
color: #358AB9;
}
</style>
background-color css
<style>
a { background-color: #358AB9; }
a { background-color: rgb(53,138,185); }
div.DivClassName
{
background-color: #358AB9;
}
.BgClassName
{
background-color: #358AB9;
}
</style>
border-color css
<style>
span { border-color: #358AB9; }
span { border-color: rgb(53,138,185); }
td.TdClassName
{
border-color: #358AB9;
}
.TagClassName
{
border-color: #358AB9;
}
</style>