Shades of Curious Blue #3673BB
Tints of Curious Blue #3673BB
RGB
CMYK
RGB Variations
Color information
#3673BB (or 0x3673BB) is known color: Curious Blue. HEX triplet: 36, 73 and BB. RGB value is (54,115,187). Sum of RGB (Red+Green+Blue) = 54+115+187=356 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.17% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 187 (73.44% from 255 or 52.53% from 356); Max value from RGB is 187 - color contains mainly: blue. Hex color #3673BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3673BB is #C98C44. Grayscale: #686868. Windows color (decimal): -13208645 or 12284726. OLE color: 12284726.
HSL color Cylindrical-coordinate representation of color #3673BB: hue angle of 212.48º 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 #3673BB is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 115 | 187 | - |
| CMYK | 0.71 | 0.39 | 0 | 0.27 |
| HSL | 212.48º | 0.55% | 0.47% | - |
| HSV(B) | 212.48º | 0.71% | 0.73% | - |
| XYZ | 16.62 | 16.63 | 49.35 | - |
| YUV | 104.97 | 174.29 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 115 | 187 | 0.71 | 0.39 | 0 | 0.27 | 212.48 | 0.55 | 0.47 |
| Hex | 36 | 73 | BB | 47 | 27 | 0 | 1B | D4 | 37 | 2F |
| Octal | 66 | 163 | 273 | 107 | 47 | 0 | 33 | 324 | 67 | 57 |
| Binary | 110110 | 1110011 | 10111011 | 1000111 | 100111 | 0 | 11011 | 11010100 | 110111 | 101111 |
Color Harmonies of #3673BB
Complementary color
Monochromatic Colors of #3673BB
Black with #3673BB
Text Example
Text Example
White with #3673BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3673BB; }
p { color: rgb(54,115,187); }
H1.HeaderClassName
{
color: #3673BB;
}
.AnyTagClassName
{
color: #3673BB;
}
</style>
background-color css
<style>
a { background-color: #3673BB; }
a { background-color: rgb(54,115,187); }
div.DivClassName
{
background-color: #3673BB;
}
.BgClassName
{
background-color: #3673BB;
}
</style>
border-color css
<style>
span { border-color: #3673BB; }
span { border-color: rgb(54,115,187); }
td.TdClassName
{
border-color: #3673BB;
}
.TagClassName
{
border-color: #3673BB;
}
</style>