Shades of Curious Blue #358AB2
Tints of Curious Blue #358AB2
RGB
CMYK
RGB Variations
Color information
#358AB2 (or 0x358AB2) is known color: Curious Blue. HEX triplet: 35, 8A and B2. RGB value is (53,138,178). Sum of RGB (Red+Green+Blue) = 53+138+178=369 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.36% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 178 (69.92% from 255 or 48.24% from 369); Max value from RGB is 178 - color contains mainly: blue. Hex color #358AB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358AB2 is #CA754D. Grayscale: #747474. Windows color (decimal): -13268302 or 11700789. OLE color: 11700789.
HSL color Cylindrical-coordinate representation of color #358AB2: hue angle of 199.2º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #358AB2 is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 53 | 138 | 178 | - |
| CMYK | 0.70 | 0.22 | 0 | 0.30 |
| HSL | 199.2º | 0.54% | 0.45% | - |
| HSV(B) | 199.2º | 0.7% | 0.7% | - |
| XYZ | 18.59 | 22.15 | 45.41 | - |
| YUV | 117.15 | 162.34 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 138 | 178 | 0.70 | 0.22 | 0 | 0.30 | 199.2 | 0.54 | 0.45 |
| Hex | 35 | 8A | B2 | 46 | 16 | 0 | 1E | C7 | 36 | 2D |
| Octal | 65 | 212 | 262 | 106 | 26 | 0 | 36 | 307 | 66 | 55 |
| Binary | 110101 | 10001010 | 10110010 | 1000110 | 10110 | 0 | 11110 | 11000111 | 110110 | 101101 |
Color Harmonies of #358AB2
Complementary color
Monochromatic Colors of #358AB2
Black with #358AB2
Text Example
Text Example
White with #358AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358AB2; }
p { color: rgb(53,138,178); }
H1.HeaderClassName
{
color: #358AB2;
}
.AnyTagClassName
{
color: #358AB2;
}
</style>
background-color css
<style>
a { background-color: #358AB2; }
a { background-color: rgb(53,138,178); }
div.DivClassName
{
background-color: #358AB2;
}
.BgClassName
{
background-color: #358AB2;
}
</style>
border-color css
<style>
span { border-color: #358AB2; }
span { border-color: rgb(53,138,178); }
td.TdClassName
{
border-color: #358AB2;
}
.TagClassName
{
border-color: #358AB2;
}
</style>