Shades of Curious Blue #358BB3
Tints of Curious Blue #358BB3
RGB
CMYK
RGB Variations
Color information
#358BB3 (or 0x358BB3) is known color: Curious Blue. HEX triplet: 35, 8B and B3. RGB value is (53,139,179). Sum of RGB (Red+Green+Blue) = 53+139+179=371 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.29% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 179 (70.31% from 255 or 48.25% from 371); Max value from RGB is 179 - color contains mainly: blue. Hex color #358BB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358BB3 is #CA744C. Grayscale: #757575. Windows color (decimal): -13268045 or 11766581. OLE color: 11766581.
HSL color Cylindrical-coordinate representation of color #358BB3: hue angle of 199.05º 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 #358BB3 is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 53 | 139 | 179 | - |
| CMYK | 0.70 | 0.22 | 0 | 0.30 |
| HSL | 199.05º | 0.54% | 0.45% | - |
| HSV(B) | 199.05º | 0.7% | 0.7% | - |
| XYZ | 18.84 | 22.48 | 45.99 | - |
| YUV | 117.85 | 162.51 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 139 | 179 | 0.70 | 0.22 | 0 | 0.30 | 199.05 | 0.54 | 0.45 |
| Hex | 35 | 8B | B3 | 46 | 16 | 0 | 1E | C7 | 36 | 2D |
| Octal | 65 | 213 | 263 | 106 | 26 | 0 | 36 | 307 | 66 | 55 |
| Binary | 110101 | 10001011 | 10110011 | 1000110 | 10110 | 0 | 11110 | 11000111 | 110110 | 101101 |
Color Harmonies of #358BB3
Complementary color
Monochromatic Colors of #358BB3
Black with #358BB3
Text Example
Text Example
White with #358BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358BB3; }
p { color: rgb(53,139,179); }
H1.HeaderClassName
{
color: #358BB3;
}
.AnyTagClassName
{
color: #358BB3;
}
</style>
background-color css
<style>
a { background-color: #358BB3; }
a { background-color: rgb(53,139,179); }
div.DivClassName
{
background-color: #358BB3;
}
.BgClassName
{
background-color: #358BB3;
}
</style>
border-color css
<style>
span { border-color: #358BB3; }
span { border-color: rgb(53,139,179); }
td.TdClassName
{
border-color: #358BB3;
}
.TagClassName
{
border-color: #358BB3;
}
</style>