Shades of Curious Blue #357BC1
Tints of Curious Blue #357BC1
RGB
CMYK
RGB Variations
Color information
#357BC1 (or 0x357BC1) is known color: Curious Blue. HEX triplet: 35, 7B and C1. RGB value is (53,123,193). Sum of RGB (Red+Green+Blue) = 53+123+193=369 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.36% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 193 (75.78% from 255 or 52.30% from 369); Max value from RGB is 193 - color contains mainly: blue. Hex color #357BC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357BC1 is #CA843E. Grayscale: #6D6D6D. Windows color (decimal): -13272127 or 12679989. OLE color: 12679989.
HSL color Cylindrical-coordinate representation of color #357BC1: hue angle of 210º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #357BC1 is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 123 | 193 | - |
| CMYK | 0.73 | 0.36 | 0 | 0.24 |
| HSL | 210º | 0.57% | 0.48% | - |
| HSV(B) | 210º | 0.73% | 0.76% | - |
| XYZ | 18.18 | 18.77 | 53.12 | - |
| YUV | 110.05 | 174.81 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 123 | 193 | 0.73 | 0.36 | 0 | 0.24 | 210 | 0.57 | 0.48 |
| Hex | 35 | 7B | C1 | 49 | 24 | 0 | 18 | D2 | 39 | 30 |
| Octal | 65 | 173 | 301 | 111 | 44 | 0 | 30 | 322 | 71 | 60 |
| Binary | 110101 | 1111011 | 11000001 | 1001001 | 100100 | 0 | 11000 | 11010010 | 111001 | 110000 |
Color Harmonies of #357BC1
Complementary color
Monochromatic Colors of #357BC1
Black with #357BC1
Text Example
Text Example
White with #357BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357BC1; }
p { color: rgb(53,123,193); }
H1.HeaderClassName
{
color: #357BC1;
}
.AnyTagClassName
{
color: #357BC1;
}
</style>
background-color css
<style>
a { background-color: #357BC1; }
a { background-color: rgb(53,123,193); }
div.DivClassName
{
background-color: #357BC1;
}
.BgClassName
{
background-color: #357BC1;
}
</style>
border-color css
<style>
span { border-color: #357BC1; }
span { border-color: rgb(53,123,193); }
td.TdClassName
{
border-color: #357BC1;
}
.TagClassName
{
border-color: #357BC1;
}
</style>