Shades of Curious Blue #3674C6
Tints of Curious Blue #3674C6
RGB
CMYK
RGB Variations
Color information
#3674C6 (or 0x3674C6) is known color: Curious Blue. HEX triplet: 36, 74 and C6. RGB value is (54,116,198). Sum of RGB (Red+Green+Blue) = 54+116+198=368 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.67% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 198 (77.73% from 255 or 53.80% from 368); Max value from RGB is 198 - color contains mainly: blue. Hex color #3674C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3674C6 is #C98B39. Grayscale: #6A6A6A. Windows color (decimal): -13208378 or 13005878. OLE color: 13005878.
HSL color Cylindrical-coordinate representation of color #3674C6: hue angle of 214.17º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3674C6 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 54 | 116 | 198 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.22 |
| HSL | 214.17º | 0.57% | 0.49% | - |
| HSV(B) | 214.17º | 0.73% | 0.78% | - |
| XYZ | 17.96 | 17.35 | 55.83 | - |
| YUV | 106.81 | 179.46 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 116 | 198 | 0.73 | 0.41 | 0 | 0.22 | 214.17 | 0.57 | 0.49 |
| Hex | 36 | 74 | C6 | 49 | 29 | 0 | 16 | D6 | 39 | 31 |
| Octal | 66 | 164 | 306 | 111 | 51 | 0 | 26 | 326 | 71 | 61 |
| Binary | 110110 | 1110100 | 11000110 | 1001001 | 101001 | 0 | 10110 | 11010110 | 111001 | 110001 |
Color Harmonies of #3674C6
Complementary color
Monochromatic Colors of #3674C6
Black with #3674C6
Text Example
Text Example
White with #3674C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3674C6; }
p { color: rgb(54,116,198); }
H1.HeaderClassName
{
color: #3674C6;
}
.AnyTagClassName
{
color: #3674C6;
}
</style>
background-color css
<style>
a { background-color: #3674C6; }
a { background-color: rgb(54,116,198); }
div.DivClassName
{
background-color: #3674C6;
}
.BgClassName
{
background-color: #3674C6;
}
</style>
border-color css
<style>
span { border-color: #3674C6; }
span { border-color: rgb(54,116,198); }
td.TdClassName
{
border-color: #3674C6;
}
.TagClassName
{
border-color: #3674C6;
}
</style>