Shades of Curious Blue #357DB8
Tints of Curious Blue #357DB8
RGB
CMYK
RGB Variations
Color information
#357DB8 (or 0x357DB8) is known color: Curious Blue. HEX triplet: 35, 7D and B8. RGB value is (53,125,184). Sum of RGB (Red+Green+Blue) = 53+125+184=362 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.64% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 184 (72.27% from 255 or 50.83% from 362); Max value from RGB is 184 - color contains mainly: blue. Hex color #357DB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357DB8 is #CA8247. Grayscale: #6D6D6D. Windows color (decimal): -13271624 or 12090677. OLE color: 12090677.
HSL color Cylindrical-coordinate representation of color #357DB8: hue angle of 207.02º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #357DB8 is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 53 | 125 | 184 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.28 |
| HSL | 207.02º | 0.55% | 0.46% | - |
| HSV(B) | 207.02º | 0.71% | 0.72% | - |
| XYZ | 17.45 | 18.88 | 48.07 | - |
| YUV | 110.2 | 169.65 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 125 | 184 | 0.71 | 0.32 | 0 | 0.28 | 207.02 | 0.55 | 0.46 |
| Hex | 35 | 7D | B8 | 47 | 20 | 0 | 1C | CF | 37 | 2E |
| Octal | 65 | 175 | 270 | 107 | 40 | 0 | 34 | 317 | 67 | 56 |
| Binary | 110101 | 1111101 | 10111000 | 1000111 | 100000 | 0 | 11100 | 11001111 | 110111 | 101110 |
Color Harmonies of #357DB8
Complementary color
Monochromatic Colors of #357DB8
Black with #357DB8
Text Example
Text Example
White with #357DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357DB8; }
p { color: rgb(53,125,184); }
H1.HeaderClassName
{
color: #357DB8;
}
.AnyTagClassName
{
color: #357DB8;
}
</style>
background-color css
<style>
a { background-color: #357DB8; }
a { background-color: rgb(53,125,184); }
div.DivClassName
{
background-color: #357DB8;
}
.BgClassName
{
background-color: #357DB8;
}
</style>
border-color css
<style>
span { border-color: #357DB8; }
span { border-color: rgb(53,125,184); }
td.TdClassName
{
border-color: #357DB8;
}
.TagClassName
{
border-color: #357DB8;
}
</style>