Shades of Curious Blue #357DCB
Tints of Curious Blue #357DCB
RGB
CMYK
RGB Variations
Color information
#357DCB (or 0x357DCB) is known color: Curious Blue. HEX triplet: 35, 7D and CB. RGB value is (53,125,203). Sum of RGB (Red+Green+Blue) = 53+125+203=381 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.91% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #357DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357DCB is #CA8234. Grayscale: #6F6F6F. Windows color (decimal): -13271605 or 13335861. OLE color: 13335861.
HSL color Cylindrical-coordinate representation of color #357DCB: hue angle of 211.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #357DCB is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 125 | 203 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.20 |
| HSL | 211.2º | 0.59% | 0.5% | - |
| HSV(B) | 211.2º | 0.74% | 0.8% | - |
| XYZ | 19.58 | 19.74 | 59.28 | - |
| YUV | 112.36 | 179.15 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 125 | 203 | 0.74 | 0.38 | 0 | 0.20 | 211.2 | 0.59 | 0.5 |
| Hex | 35 | 7D | CB | 4A | 26 | 0 | 14 | D3 | 3B | 32 |
| Octal | 65 | 175 | 313 | 112 | 46 | 0 | 24 | 323 | 73 | 62 |
| Binary | 110101 | 1111101 | 11001011 | 1001010 | 100110 | 0 | 10100 | 11010011 | 111011 | 110010 |
Color Harmonies of #357DCB
Complementary color
Monochromatic Colors of #357DCB
Black with #357DCB
Text Example
Text Example
White with #357DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357DCB; }
p { color: rgb(53,125,203); }
H1.HeaderClassName
{
color: #357DCB;
}
.AnyTagClassName
{
color: #357DCB;
}
</style>
background-color css
<style>
a { background-color: #357DCB; }
a { background-color: rgb(53,125,203); }
div.DivClassName
{
background-color: #357DCB;
}
.BgClassName
{
background-color: #357DCB;
}
</style>
border-color css
<style>
span { border-color: #357DCB; }
span { border-color: rgb(53,125,203); }
td.TdClassName
{
border-color: #357DCB;
}
.TagClassName
{
border-color: #357DCB;
}
</style>