Shades of Curious Blue #357BC2
Tints of Curious Blue #357BC2
RGB
CMYK
RGB Variations
Color information
#357BC2 (or 0x357BC2) is known color: Curious Blue. HEX triplet: 35, 7B and C2. RGB value is (53,123,194). Sum of RGB (Red+Green+Blue) = 53+123+194=370 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.32% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 194 (76.17% from 255 or 52.43% from 370); Max value from RGB is 194 - color contains mainly: blue. Hex color #357BC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357BC2 is #CA843D. Grayscale: #6D6D6D. Windows color (decimal): -13272126 or 12745525. OLE color: 12745525.
HSL color Cylindrical-coordinate representation of color #357BC2: hue angle of 210.21º 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 #357BC2 is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 123 | 194 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.24 |
| HSL | 210.21º | 0.57% | 0.48% | - |
| HSV(B) | 210.21º | 0.73% | 0.76% | - |
| XYZ | 18.29 | 18.82 | 53.71 | - |
| YUV | 110.16 | 175.31 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 123 | 194 | 0.73 | 0.37 | 0 | 0.24 | 210.21 | 0.57 | 0.48 |
| Hex | 35 | 7B | C2 | 49 | 25 | 0 | 18 | D2 | 39 | 30 |
| Octal | 65 | 173 | 302 | 111 | 45 | 0 | 30 | 322 | 71 | 60 |
| Binary | 110101 | 1111011 | 11000010 | 1001001 | 100101 | 0 | 11000 | 11010010 | 111001 | 110000 |
Color Harmonies of #357BC2
Complementary color
Monochromatic Colors of #357BC2
Black with #357BC2
Text Example
Text Example
White with #357BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357BC2; }
p { color: rgb(53,123,194); }
H1.HeaderClassName
{
color: #357BC2;
}
.AnyTagClassName
{
color: #357BC2;
}
</style>
background-color css
<style>
a { background-color: #357BC2; }
a { background-color: rgb(53,123,194); }
div.DivClassName
{
background-color: #357BC2;
}
.BgClassName
{
background-color: #357BC2;
}
</style>
border-color css
<style>
span { border-color: #357BC2; }
span { border-color: rgb(53,123,194); }
td.TdClassName
{
border-color: #357BC2;
}
.TagClassName
{
border-color: #357BC2;
}
</style>