Shades of Curious Blue #3670C1
Tints of Curious Blue #3670C1
RGB
CMYK
RGB Variations
Color information
#3670C1 (or 0x3670C1) is known color: Curious Blue. HEX triplet: 36, 70 and C1. RGB value is (54,112,193). Sum of RGB (Red+Green+Blue) = 54+112+193=359 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.04% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 193 (75.78% from 255 or 53.76% from 359); Max value from RGB is 193 - color contains mainly: blue. Hex color #3670C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3670C1 is #C98F3E. Grayscale: #676767. Windows color (decimal): -13209407 or 12677174. OLE color: 12677174.
HSL color Cylindrical-coordinate representation of color #3670C1: hue angle of 214.96º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3670C1 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 112 | 193 | - |
| CMYK | 0.72 | 0.42 | 0 | 0.24 |
| HSL | 214.96º | 0.56% | 0.48% | - |
| HSV(B) | 214.96º | 0.72% | 0.76% | - |
| XYZ | 16.94 | 16.22 | 52.69 | - |
| YUV | 103.89 | 178.28 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 112 | 193 | 0.72 | 0.42 | 0 | 0.24 | 214.96 | 0.56 | 0.48 |
| Hex | 36 | 70 | C1 | 48 | 2A | 0 | 18 | D7 | 38 | 30 |
| Octal | 66 | 160 | 301 | 110 | 52 | 0 | 30 | 327 | 70 | 60 |
| Binary | 110110 | 1110000 | 11000001 | 1001000 | 101010 | 0 | 11000 | 11010111 | 111000 | 110000 |
Color Harmonies of #3670C1
Complementary color
Monochromatic Colors of #3670C1
Black with #3670C1
Text Example
Text Example
White with #3670C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3670C1; }
p { color: rgb(54,112,193); }
H1.HeaderClassName
{
color: #3670C1;
}
.AnyTagClassName
{
color: #3670C1;
}
</style>
background-color css
<style>
a { background-color: #3670C1; }
a { background-color: rgb(54,112,193); }
div.DivClassName
{
background-color: #3670C1;
}
.BgClassName
{
background-color: #3670C1;
}
</style>
border-color css
<style>
span { border-color: #3670C1; }
span { border-color: rgb(54,112,193); }
td.TdClassName
{
border-color: #3670C1;
}
.TagClassName
{
border-color: #3670C1;
}
</style>