Shades of Curious Blue #357FB5
Tints of Curious Blue #357FB5
RGB
CMYK
RGB Variations
Color information
#357FB5 (or 0x357FB5) is known color: Curious Blue. HEX triplet: 35, 7F and B5. RGB value is (53,127,181). Sum of RGB (Red+Green+Blue) = 53+127+181=361 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.68% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 181 (71.09% from 255 or 50.14% from 361); Max value from RGB is 181 - color contains mainly: blue. Hex color #357FB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357FB5 is #CA804A. Grayscale: #6E6E6E. Windows color (decimal): -13271115 or 11894581. OLE color: 11894581.
HSL color Cylindrical-coordinate representation of color #357FB5: hue angle of 205.31º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #357FB5 is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 53 | 127 | 181 | - |
| CMYK | 0.71 | 0.30 | 0 | 0.29 |
| HSL | 205.31º | 0.55% | 0.46% | - |
| HSV(B) | 205.31º | 0.71% | 0.71% | - |
| XYZ | 17.4 | 19.27 | 46.52 | - |
| YUV | 111.03 | 167.48 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 127 | 181 | 0.71 | 0.30 | 0 | 0.29 | 205.31 | 0.55 | 0.46 |
| Hex | 35 | 7F | B5 | 47 | 1E | 0 | 1D | CD | 37 | 2E |
| Octal | 65 | 177 | 265 | 107 | 36 | 0 | 35 | 315 | 67 | 56 |
| Binary | 110101 | 1111111 | 10110101 | 1000111 | 11110 | 0 | 11101 | 11001101 | 110111 | 101110 |
Color Harmonies of #357FB5
Complementary color
Monochromatic Colors of #357FB5
Black with #357FB5
Text Example
Text Example
White with #357FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357FB5; }
p { color: rgb(53,127,181); }
H1.HeaderClassName
{
color: #357FB5;
}
.AnyTagClassName
{
color: #357FB5;
}
</style>
background-color css
<style>
a { background-color: #357FB5; }
a { background-color: rgb(53,127,181); }
div.DivClassName
{
background-color: #357FB5;
}
.BgClassName
{
background-color: #357FB5;
}
</style>
border-color css
<style>
span { border-color: #357FB5; }
span { border-color: rgb(53,127,181); }
td.TdClassName
{
border-color: #357FB5;
}
.TagClassName
{
border-color: #357FB5;
}
</style>