Shades of Curious Blue #3675BB
Tints of Curious Blue #3675BB
RGB
CMYK
RGB Variations
Color information
#3675BB (or 0x3675BB) is known color: Curious Blue. HEX triplet: 36, 75 and BB. RGB value is (54,117,187). Sum of RGB (Red+Green+Blue) = 54+117+187=358 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.08% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #3675BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3675BB is #C98A44. Grayscale: #696969. Windows color (decimal): -13208133 or 12285238. OLE color: 12285238.
HSL color Cylindrical-coordinate representation of color #3675BB: hue angle of 211.58º 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 #3675BB is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 117 | 187 | - |
| CMYK | 0.71 | 0.37 | 0 | 0.27 |
| HSL | 211.58º | 0.55% | 0.47% | - |
| HSV(B) | 211.58º | 0.71% | 0.73% | - |
| XYZ | 16.85 | 17.09 | 49.43 | - |
| YUV | 106.14 | 173.63 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 117 | 187 | 0.71 | 0.37 | 0 | 0.27 | 211.58 | 0.55 | 0.47 |
| Hex | 36 | 75 | BB | 47 | 25 | 0 | 1B | D4 | 37 | 2F |
| Octal | 66 | 165 | 273 | 107 | 45 | 0 | 33 | 324 | 67 | 57 |
| Binary | 110110 | 1110101 | 10111011 | 1000111 | 100101 | 0 | 11011 | 11010100 | 110111 | 101111 |
Color Harmonies of #3675BB
Complementary color
Monochromatic Colors of #3675BB
Black with #3675BB
Text Example
Text Example
White with #3675BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3675BB; }
p { color: rgb(54,117,187); }
H1.HeaderClassName
{
color: #3675BB;
}
.AnyTagClassName
{
color: #3675BB;
}
</style>
background-color css
<style>
a { background-color: #3675BB; }
a { background-color: rgb(54,117,187); }
div.DivClassName
{
background-color: #3675BB;
}
.BgClassName
{
background-color: #3675BB;
}
</style>
border-color css
<style>
span { border-color: #3675BB; }
span { border-color: rgb(54,117,187); }
td.TdClassName
{
border-color: #3675BB;
}
.TagClassName
{
border-color: #3675BB;
}
</style>