Shades of Curious Blue #3690CB
Tints of Curious Blue #3690CB
RGB
CMYK
RGB Variations
Color information
#3690CB (or 0x3690CB) is known color: Curious Blue. HEX triplet: 36, 90 and CB. RGB value is (54,144,203). Sum of RGB (Red+Green+Blue) = 54+144+203=401 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.47% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #3690CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3690CB is #C96F34. Grayscale: #7B7B7B. Windows color (decimal): -13201205 or 13340726. OLE color: 13340726.
HSL color Cylindrical-coordinate representation of color #3690CB: hue angle of 203.76º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3690CB is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 144 | 203 | - |
| CMYK | 0.73 | 0.29 | 0 | 0.20 |
| HSL | 203.76º | 0.59% | 0.5% | - |
| HSV(B) | 203.76º | 0.73% | 0.8% | - |
| XYZ | 22.27 | 25.04 | 60.16 | - |
| YUV | 123.82 | 172.68 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 144 | 203 | 0.73 | 0.29 | 0 | 0.20 | 203.76 | 0.59 | 0.5 |
| Hex | 36 | 90 | CB | 49 | 1D | 0 | 14 | CC | 3B | 32 |
| Octal | 66 | 220 | 313 | 111 | 35 | 0 | 24 | 314 | 73 | 62 |
| Binary | 110110 | 10010000 | 11001011 | 1001001 | 11101 | 0 | 10100 | 11001100 | 111011 | 110010 |
Color Harmonies of #3690CB
Complementary color
Monochromatic Colors of #3690CB
Black with #3690CB
Text Example
Text Example
White with #3690CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3690CB; }
p { color: rgb(54,144,203); }
H1.HeaderClassName
{
color: #3690CB;
}
.AnyTagClassName
{
color: #3690CB;
}
</style>
background-color css
<style>
a { background-color: #3690CB; }
a { background-color: rgb(54,144,203); }
div.DivClassName
{
background-color: #3690CB;
}
.BgClassName
{
background-color: #3690CB;
}
</style>
border-color css
<style>
span { border-color: #3690CB; }
span { border-color: rgb(54,144,203); }
td.TdClassName
{
border-color: #3690CB;
}
.TagClassName
{
border-color: #3690CB;
}
</style>