Shades of Curious Blue #3691CB
Tints of Curious Blue #3691CB
RGB
CMYK
RGB Variations
Color information
#3691CB (or 0x3691CB) is known color: Curious Blue. HEX triplet: 36, 91 and CB. RGB value is (54,145,203). Sum of RGB (Red+Green+Blue) = 54+145+203=402 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.43% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #3691CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3691CB is #C96E34. Grayscale: #7C7C7C. Windows color (decimal): -13200949 or 13340982. OLE color: 13340982.
HSL color Cylindrical-coordinate representation of color #3691CB: hue angle of 203.36º 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 #3691CB is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 145 | 203 | - |
| CMYK | 0.73 | 0.29 | 0 | 0.20 |
| HSL | 203.36º | 0.59% | 0.5% | - |
| HSV(B) | 203.36º | 0.73% | 0.8% | - |
| XYZ | 22.43 | 25.35 | 60.21 | - |
| YUV | 124.4 | 172.35 | 77.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 145 | 203 | 0.73 | 0.29 | 0 | 0.20 | 203.36 | 0.59 | 0.5 |
| Hex | 36 | 91 | CB | 49 | 1D | 0 | 14 | CB | 3B | 32 |
| Octal | 66 | 221 | 313 | 111 | 35 | 0 | 24 | 313 | 73 | 62 |
| Binary | 110110 | 10010001 | 11001011 | 1001001 | 11101 | 0 | 10100 | 11001011 | 111011 | 110010 |
Color Harmonies of #3691CB
Complementary color
Monochromatic Colors of #3691CB
Black with #3691CB
Text Example
Text Example
White with #3691CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3691CB; }
p { color: rgb(54,145,203); }
H1.HeaderClassName
{
color: #3691CB;
}
.AnyTagClassName
{
color: #3691CB;
}
</style>
background-color css
<style>
a { background-color: #3691CB; }
a { background-color: rgb(54,145,203); }
div.DivClassName
{
background-color: #3691CB;
}
.BgClassName
{
background-color: #3691CB;
}
</style>
border-color css
<style>
span { border-color: #3691CB; }
span { border-color: rgb(54,145,203); }
td.TdClassName
{
border-color: #3691CB;
}
.TagClassName
{
border-color: #3691CB;
}
</style>