Shades of Curious Blue #3692CC
Tints of Curious Blue #3692CC
RGB
CMYK
RGB Variations
Color information
#3692CC (or 0x3692CC) is known color: Curious Blue. HEX triplet: 36, 92 and CC. RGB value is (54,146,204). Sum of RGB (Red+Green+Blue) = 54+146+204=404 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.37% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #3692CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3692CC is #C96D33. Grayscale: #7C7C7C. Windows color (decimal): -13200692 or 13406774. OLE color: 13406774.
HSL color Cylindrical-coordinate representation of color #3692CC: hue angle of 203.2º 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 #3692CC is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 146 | 204 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.2 |
| HSL | 203.2º | 0.6% | 0.51% | - |
| HSV(B) | 203.2º | 0.74% | 0.8% | - |
| XYZ | 22.7 | 25.7 | 60.89 | - |
| YUV | 125.1 | 172.52 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 146 | 204 | 0.74 | 0.28 | 0 | 0.2 | 203.2 | 0.6 | 0.51 |
| Hex | 36 | 92 | CC | 4A | 1C | 0 | 14 | CB | 3C | 33 |
| Octal | 66 | 222 | 314 | 112 | 34 | 0 | 24 | 313 | 74 | 63 |
| Binary | 110110 | 10010010 | 11001100 | 1001010 | 11100 | 0 | 10100 | 11001011 | 111100 | 110011 |
Color Harmonies of #3692CC
Complementary color
Monochromatic Colors of #3692CC
Black with #3692CC
Text Example
Text Example
White with #3692CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3692CC; }
p { color: rgb(54,146,204); }
H1.HeaderClassName
{
color: #3692CC;
}
.AnyTagClassName
{
color: #3692CC;
}
</style>
background-color css
<style>
a { background-color: #3692CC; }
a { background-color: rgb(54,146,204); }
div.DivClassName
{
background-color: #3692CC;
}
.BgClassName
{
background-color: #3692CC;
}
</style>
border-color css
<style>
span { border-color: #3692CC; }
span { border-color: rgb(54,146,204); }
td.TdClassName
{
border-color: #3692CC;
}
.TagClassName
{
border-color: #3692CC;
}
</style>