Shades of Curious Blue #3692CF
Tints of Curious Blue #3692CF
RGB
CMYK
RGB Variations
Color information
#3692CF (or 0x3692CF) is known color: Curious Blue. HEX triplet: 36, 92 and CF. RGB value is (54,146,207). Sum of RGB (Red+Green+Blue) = 54+146+207=407 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.27% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #3692CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3692CF is #C96D30. Grayscale: #7D7D7D. Windows color (decimal): -13200689 or 13603382. OLE color: 13603382.
HSL color Cylindrical-coordinate representation of color #3692CF: hue angle of 203.92º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3692CF is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 146 | 207 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.19 |
| HSL | 203.92º | 0.61% | 0.51% | - |
| HSV(B) | 203.92º | 0.74% | 0.81% | - |
| XYZ | 23.06 | 25.85 | 62.8 | - |
| YUV | 125.45 | 174.02 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 146 | 207 | 0.74 | 0.29 | 0 | 0.19 | 203.92 | 0.61 | 0.51 |
| Hex | 36 | 92 | CF | 4A | 1D | 0 | 13 | CC | 3D | 33 |
| Octal | 66 | 222 | 317 | 112 | 35 | 0 | 23 | 314 | 75 | 63 |
| Binary | 110110 | 10010010 | 11001111 | 1001010 | 11101 | 0 | 10011 | 11001100 | 111101 | 110011 |
Color Harmonies of #3692CF
Complementary color
Monochromatic Colors of #3692CF
Black with #3692CF
Text Example
Text Example
White with #3692CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3692CF; }
p { color: rgb(54,146,207); }
H1.HeaderClassName
{
color: #3692CF;
}
.AnyTagClassName
{
color: #3692CF;
}
</style>
background-color css
<style>
a { background-color: #3692CF; }
a { background-color: rgb(54,146,207); }
div.DivClassName
{
background-color: #3692CF;
}
.BgClassName
{
background-color: #3692CF;
}
</style>
border-color css
<style>
span { border-color: #3692CF; }
span { border-color: rgb(54,146,207); }
td.TdClassName
{
border-color: #3692CF;
}
.TagClassName
{
border-color: #3692CF;
}
</style>