Shades of Curious Blue #3687CC
Tints of Curious Blue #3687CC
RGB
CMYK
RGB Variations
Color information
#3687CC (or 0x3687CC) is known color: Curious Blue. HEX triplet: 36, 87 and CC. RGB value is (54,135,204). Sum of RGB (Red+Green+Blue) = 54+135+204=393 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.74% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #3687CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3687CC is #C97833. Grayscale: #767676. Windows color (decimal): -13203508 or 13403958. OLE color: 13403958.
HSL color Cylindrical-coordinate representation of color #3687CC: hue angle of 207.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3687CC is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 135 | 204 | - |
| CMYK | 0.74 | 0.34 | 0 | 0.2 |
| HSL | 207.6º | 0.6% | 0.51% | - |
| HSV(B) | 207.6º | 0.74% | 0.8% | - |
| XYZ | 21.08 | 22.47 | 60.35 | - |
| YUV | 118.65 | 176.16 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 135 | 204 | 0.74 | 0.34 | 0 | 0.2 | 207.6 | 0.6 | 0.51 |
| Hex | 36 | 87 | CC | 4A | 22 | 0 | 14 | D0 | 3C | 33 |
| Octal | 66 | 207 | 314 | 112 | 42 | 0 | 24 | 320 | 74 | 63 |
| Binary | 110110 | 10000111 | 11001100 | 1001010 | 100010 | 0 | 10100 | 11010000 | 111100 | 110011 |
Color Harmonies of #3687CC
Complementary color
Monochromatic Colors of #3687CC
Black with #3687CC
Text Example
Text Example
White with #3687CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3687CC; }
p { color: rgb(54,135,204); }
H1.HeaderClassName
{
color: #3687CC;
}
.AnyTagClassName
{
color: #3687CC;
}
</style>
background-color css
<style>
a { background-color: #3687CC; }
a { background-color: rgb(54,135,204); }
div.DivClassName
{
background-color: #3687CC;
}
.BgClassName
{
background-color: #3687CC;
}
</style>
border-color css
<style>
span { border-color: #3687CC; }
span { border-color: rgb(54,135,204); }
td.TdClassName
{
border-color: #3687CC;
}
.TagClassName
{
border-color: #3687CC;
}
</style>