Shades of Curious Blue #3696CC
Tints of Curious Blue #3696CC
RGB
CMYK
RGB Variations
Color information
#3696CC (or 0x3696CC) is known color: Curious Blue. HEX triplet: 36, 96 and CC. RGB value is (54,150,204). Sum of RGB (Red+Green+Blue) = 54+150+204=408 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.24% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #3696CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3696CC is #C96933. Grayscale: #7F7F7F. Windows color (decimal): -13199668 or 13407798. OLE color: 13407798.
HSL color Cylindrical-coordinate representation of color #3696CC: hue angle of 201.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 #3696CC is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 150 | 204 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.2 |
| HSL | 201.6º | 0.6% | 0.51% | - |
| HSV(B) | 201.6º | 0.74% | 0.8% | - |
| XYZ | 23.33 | 26.96 | 61.1 | - |
| YUV | 127.45 | 171.2 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 150 | 204 | 0.74 | 0.26 | 0 | 0.2 | 201.6 | 0.6 | 0.51 |
| Hex | 36 | 96 | CC | 4A | 1A | 0 | 14 | CA | 3C | 33 |
| Octal | 66 | 226 | 314 | 112 | 32 | 0 | 24 | 312 | 74 | 63 |
| Binary | 110110 | 10010110 | 11001100 | 1001010 | 11010 | 0 | 10100 | 11001010 | 111100 | 110011 |
Color Harmonies of #3696CC
Complementary color
Monochromatic Colors of #3696CC
Black with #3696CC
Text Example
Text Example
White with #3696CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3696CC; }
p { color: rgb(54,150,204); }
H1.HeaderClassName
{
color: #3696CC;
}
.AnyTagClassName
{
color: #3696CC;
}
</style>
background-color css
<style>
a { background-color: #3696CC; }
a { background-color: rgb(54,150,204); }
div.DivClassName
{
background-color: #3696CC;
}
.BgClassName
{
background-color: #3696CC;
}
</style>
border-color css
<style>
span { border-color: #3696CC; }
span { border-color: rgb(54,150,204); }
td.TdClassName
{
border-color: #3696CC;
}
.TagClassName
{
border-color: #3696CC;
}
</style>