Shades of Curious Blue #357BCB
Tints of Curious Blue #357BCB
RGB
CMYK
RGB Variations
Color information
#357BCB (or 0x357BCB) is known color: Curious Blue. HEX triplet: 35, 7B and CB. RGB value is (53,123,203). Sum of RGB (Red+Green+Blue) = 53+123+203=379 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.98% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #357BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357BCB is #CA8434. Grayscale: #6E6E6E. Windows color (decimal): -13272117 or 13335349. OLE color: 13335349.
HSL color Cylindrical-coordinate representation of color #357BCB: hue angle of 212º 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 #357BCB is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 123 | 203 | - |
| CMYK | 0.74 | 0.39 | 0 | 0.20 |
| HSL | 212º | 0.59% | 0.5% | - |
| HSV(B) | 212º | 0.74% | 0.8% | - |
| XYZ | 19.33 | 19.23 | 59.19 | - |
| YUV | 111.19 | 179.81 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 123 | 203 | 0.74 | 0.39 | 0 | 0.20 | 212 | 0.59 | 0.5 |
| Hex | 35 | 7B | CB | 4A | 27 | 0 | 14 | D4 | 3B | 32 |
| Octal | 65 | 173 | 313 | 112 | 47 | 0 | 24 | 324 | 73 | 62 |
| Binary | 110101 | 1111011 | 11001011 | 1001010 | 100111 | 0 | 10100 | 11010100 | 111011 | 110010 |
Color Harmonies of #357BCB
Complementary color
Monochromatic Colors of #357BCB
Black with #357BCB
Text Example
Text Example
White with #357BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357BCB; }
p { color: rgb(53,123,203); }
H1.HeaderClassName
{
color: #357BCB;
}
.AnyTagClassName
{
color: #357BCB;
}
</style>
background-color css
<style>
a { background-color: #357BCB; }
a { background-color: rgb(53,123,203); }
div.DivClassName
{
background-color: #357BCB;
}
.BgClassName
{
background-color: #357BCB;
}
</style>
border-color css
<style>
span { border-color: #357BCB; }
span { border-color: rgb(53,123,203); }
td.TdClassName
{
border-color: #357BCB;
}
.TagClassName
{
border-color: #357BCB;
}
</style>