Shades of Curious Blue #3685CC
Tints of Curious Blue #3685CC
RGB
CMYK
RGB Variations
Color information
#3685CC (or 0x3685CC) is known color: Curious Blue. HEX triplet: 36, 85 and CC. RGB value is (54,133,204). Sum of RGB (Red+Green+Blue) = 54+133+204=391 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.81% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #3685CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3685CC is #C97A33. Grayscale: #757575. Windows color (decimal): -13204020 or 13403446. OLE color: 13403446.
HSL color Cylindrical-coordinate representation of color #3685CC: hue angle of 208.4º 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 #3685CC is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 133 | 204 | - |
| CMYK | 0.74 | 0.35 | 0 | 0.2 |
| HSL | 208.4º | 0.6% | 0.51% | - |
| HSV(B) | 208.4º | 0.74% | 0.8% | - |
| XYZ | 20.81 | 21.92 | 60.26 | - |
| YUV | 117.47 | 176.83 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 133 | 204 | 0.74 | 0.35 | 0 | 0.2 | 208.4 | 0.6 | 0.51 |
| Hex | 36 | 85 | CC | 4A | 23 | 0 | 14 | D0 | 3C | 33 |
| Octal | 66 | 205 | 314 | 112 | 43 | 0 | 24 | 320 | 74 | 63 |
| Binary | 110110 | 10000101 | 11001100 | 1001010 | 100011 | 0 | 10100 | 11010000 | 111100 | 110011 |
Color Harmonies of #3685CC
Complementary color
Monochromatic Colors of #3685CC
Black with #3685CC
Text Example
Text Example
White with #3685CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3685CC; }
p { color: rgb(54,133,204); }
H1.HeaderClassName
{
color: #3685CC;
}
.AnyTagClassName
{
color: #3685CC;
}
</style>
background-color css
<style>
a { background-color: #3685CC; }
a { background-color: rgb(54,133,204); }
div.DivClassName
{
background-color: #3685CC;
}
.BgClassName
{
background-color: #3685CC;
}
</style>
border-color css
<style>
span { border-color: #3685CC; }
span { border-color: rgb(54,133,204); }
td.TdClassName
{
border-color: #3685CC;
}
.TagClassName
{
border-color: #3685CC;
}
</style>