Shades of Curious Blue #3695CB
Tints of Curious Blue #3695CB
RGB
CMYK
RGB Variations
Color information
#3695CB (or 0x3695CB) is known color: Curious Blue. HEX triplet: 36, 95 and CB. RGB value is (54,149,203). Sum of RGB (Red+Green+Blue) = 54+149+203=406 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.30% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #3695CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3695CB is #C96A34. Grayscale: #7E7E7E. Windows color (decimal): -13199925 or 13342006. OLE color: 13342006.
HSL color Cylindrical-coordinate representation of color #3695CB: hue angle of 201.74º 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 #3695CB is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 149 | 203 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.20 |
| HSL | 201.75º | 0.59% | 0.5% | - |
| HSV(B) | 201.75º | 0.73% | 0.8% | - |
| XYZ | 23.05 | 26.59 | 60.42 | - |
| YUV | 126.75 | 171.03 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 149 | 203 | 0.73 | 0.27 | 0 | 0.20 | 201.75 | 0.59 | 0.5 |
| Hex | 36 | 95 | CB | 49 | 1B | 0 | 14 | CA | 3B | 32 |
| Octal | 66 | 225 | 313 | 111 | 33 | 0 | 24 | 312 | 73 | 62 |
| Binary | 110110 | 10010101 | 11001011 | 1001001 | 11011 | 0 | 10100 | 11001010 | 111011 | 110010 |
Color Harmonies of #3695CB
Complementary color
Monochromatic Colors of #3695CB
Black with #3695CB
Text Example
Text Example
White with #3695CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3695CB; }
p { color: rgb(54,149,203); }
H1.HeaderClassName
{
color: #3695CB;
}
.AnyTagClassName
{
color: #3695CB;
}
</style>
background-color css
<style>
a { background-color: #3695CB; }
a { background-color: rgb(54,149,203); }
div.DivClassName
{
background-color: #3695CB;
}
.BgClassName
{
background-color: #3695CB;
}
</style>
border-color css
<style>
span { border-color: #3695CB; }
span { border-color: rgb(54,149,203); }
td.TdClassName
{
border-color: #3695CB;
}
.TagClassName
{
border-color: #3695CB;
}
</style>