Shades of Curious Blue #3673BC
Tints of Curious Blue #3673BC
RGB
CMYK
RGB Variations
Color information
#3673BC (or 0x3673BC) is known color: Curious Blue. HEX triplet: 36, 73 and BC. RGB value is (54,115,188). Sum of RGB (Red+Green+Blue) = 54+115+188=357 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.13% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #3673BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3673BC is #C98C43. Grayscale: #686868. Windows color (decimal): -13208644 or 12350262. OLE color: 12350262.
HSL color Cylindrical-coordinate representation of color #3673BC: hue angle of 212.69º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3673BC is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 115 | 188 | - |
| CMYK | 0.71 | 0.39 | 0 | 0.26 |
| HSL | 212.69º | 0.55% | 0.47% | - |
| HSV(B) | 212.69º | 0.71% | 0.74% | - |
| XYZ | 16.73 | 16.68 | 49.91 | - |
| YUV | 105.08 | 174.79 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 115 | 188 | 0.71 | 0.39 | 0 | 0.26 | 212.69 | 0.55 | 0.47 |
| Hex | 36 | 73 | BC | 47 | 27 | 0 | 1A | D5 | 37 | 2F |
| Octal | 66 | 163 | 274 | 107 | 47 | 0 | 32 | 325 | 67 | 57 |
| Binary | 110110 | 1110011 | 10111100 | 1000111 | 100111 | 0 | 11010 | 11010101 | 110111 | 101111 |
Color Harmonies of #3673BC
Complementary color
Monochromatic Colors of #3673BC
Black with #3673BC
Text Example
Text Example
White with #3673BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3673BC; }
p { color: rgb(54,115,188); }
H1.HeaderClassName
{
color: #3673BC;
}
.AnyTagClassName
{
color: #3673BC;
}
</style>
background-color css
<style>
a { background-color: #3673BC; }
a { background-color: rgb(54,115,188); }
div.DivClassName
{
background-color: #3673BC;
}
.BgClassName
{
background-color: #3673BC;
}
</style>
border-color css
<style>
span { border-color: #3673BC; }
span { border-color: rgb(54,115,188); }
td.TdClassName
{
border-color: #3673BC;
}
.TagClassName
{
border-color: #3673BC;
}
</style>