Shades of Curious Blue #3674BA
Tints of Curious Blue #3674BA
RGB
CMYK
RGB Variations
Color information
#3674BA (or 0x3674BA) is known color: Curious Blue. HEX triplet: 36, 74 and BA. RGB value is (54,116,186). Sum of RGB (Red+Green+Blue) = 54+116+186=356 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.17% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #3674BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3674BA is #C98B45. Grayscale: #696969. Windows color (decimal): -13208390 or 12219446. OLE color: 12219446.
HSL color Cylindrical-coordinate representation of color #3674BA: hue angle of 211.82º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3674BA is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 116 | 186 | - |
| CMYK | 0.71 | 0.38 | 0 | 0.27 |
| HSL | 211.82º | 0.55% | 0.47% | - |
| HSV(B) | 211.82º | 0.71% | 0.73% | - |
| XYZ | 16.63 | 16.82 | 48.82 | - |
| YUV | 105.44 | 173.46 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 116 | 186 | 0.71 | 0.38 | 0 | 0.27 | 211.82 | 0.55 | 0.47 |
| Hex | 36 | 74 | BA | 47 | 26 | 0 | 1B | D4 | 37 | 2F |
| Octal | 66 | 164 | 272 | 107 | 46 | 0 | 33 | 324 | 67 | 57 |
| Binary | 110110 | 1110100 | 10111010 | 1000111 | 100110 | 0 | 11011 | 11010100 | 110111 | 101111 |
Color Harmonies of #3674BA
Complementary color
Monochromatic Colors of #3674BA
Black with #3674BA
Text Example
Text Example
White with #3674BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3674BA; }
p { color: rgb(54,116,186); }
H1.HeaderClassName
{
color: #3674BA;
}
.AnyTagClassName
{
color: #3674BA;
}
</style>
background-color css
<style>
a { background-color: #3674BA; }
a { background-color: rgb(54,116,186); }
div.DivClassName
{
background-color: #3674BA;
}
.BgClassName
{
background-color: #3674BA;
}
</style>
border-color css
<style>
span { border-color: #3674BA; }
span { border-color: rgb(54,116,186); }
td.TdClassName
{
border-color: #3674BA;
}
.TagClassName
{
border-color: #3674BA;
}
</style>