Shades of Curious Blue #357DB1
Tints of Curious Blue #357DB1
RGB
CMYK
RGB Variations
Color information
#357DB1 (or 0x357DB1) is known color: Curious Blue. HEX triplet: 35, 7D and B1. RGB value is (53,125,177). Sum of RGB (Red+Green+Blue) = 53+125+177=355 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.93% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 177 (69.53% from 255 or 49.86% from 355); Max value from RGB is 177 - color contains mainly: blue. Hex color #357DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357DB1 is #CA824E. Grayscale: #6D6D6D. Windows color (decimal): -13271631 or 11631925. OLE color: 11631925.
HSL color Cylindrical-coordinate representation of color #357DB1: hue angle of 205.16º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #357DB1 is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 53 | 125 | 177 | - |
| CMYK | 0.70 | 0.29 | 0 | 0.31 |
| HSL | 205.16º | 0.54% | 0.45% | - |
| HSV(B) | 205.16º | 0.7% | 0.69% | - |
| XYZ | 16.74 | 18.6 | 44.3 | - |
| YUV | 109.4 | 166.15 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 125 | 177 | 0.70 | 0.29 | 0 | 0.31 | 205.16 | 0.54 | 0.45 |
| Hex | 35 | 7D | B1 | 46 | 1D | 0 | 1F | CD | 36 | 2D |
| Octal | 65 | 175 | 261 | 106 | 35 | 0 | 37 | 315 | 66 | 55 |
| Binary | 110101 | 1111101 | 10110001 | 1000110 | 11101 | 0 | 11111 | 11001101 | 110110 | 101101 |
Color Harmonies of #357DB1
Complementary color
Monochromatic Colors of #357DB1
Black with #357DB1
Text Example
Text Example
White with #357DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357DB1; }
p { color: rgb(53,125,177); }
H1.HeaderClassName
{
color: #357DB1;
}
.AnyTagClassName
{
color: #357DB1;
}
</style>
background-color css
<style>
a { background-color: #357DB1; }
a { background-color: rgb(53,125,177); }
div.DivClassName
{
background-color: #357DB1;
}
.BgClassName
{
background-color: #357DB1;
}
</style>
border-color css
<style>
span { border-color: #357DB1; }
span { border-color: rgb(53,125,177); }
td.TdClassName
{
border-color: #357DB1;
}
.TagClassName
{
border-color: #357DB1;
}
</style>