Shades of Curious Blue #3693CE
Tints of Curious Blue #3693CE
RGB
CMYK
RGB Variations
Color information
#3693CE (or 0x3693CE) is known color: Curious Blue. HEX triplet: 36, 93 and CE. RGB value is (54,147,206). Sum of RGB (Red+Green+Blue) = 54+147+206=407 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.27% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #3693CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3693CE is #C96C31. Grayscale: #7D7D7D. Windows color (decimal): -13200434 or 13538102. OLE color: 13538102.
HSL color Cylindrical-coordinate representation of color #3693CE: hue angle of 203.29º 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 #3693CE is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 147 | 206 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.19 |
| HSL | 203.29º | 0.61% | 0.51% | - |
| HSV(B) | 203.29º | 0.74% | 0.81% | - |
| XYZ | 23.1 | 26.11 | 62.21 | - |
| YUV | 125.92 | 173.19 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 147 | 206 | 0.74 | 0.29 | 0 | 0.19 | 203.29 | 0.61 | 0.51 |
| Hex | 36 | 93 | CE | 4A | 1D | 0 | 13 | CB | 3D | 33 |
| Octal | 66 | 223 | 316 | 112 | 35 | 0 | 23 | 313 | 75 | 63 |
| Binary | 110110 | 10010011 | 11001110 | 1001010 | 11101 | 0 | 10011 | 11001011 | 111101 | 110011 |
Color Harmonies of #3693CE
Complementary color
Monochromatic Colors of #3693CE
Black with #3693CE
Text Example
Text Example
White with #3693CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3693CE; }
p { color: rgb(54,147,206); }
H1.HeaderClassName
{
color: #3693CE;
}
.AnyTagClassName
{
color: #3693CE;
}
</style>
background-color css
<style>
a { background-color: #3693CE; }
a { background-color: rgb(54,147,206); }
div.DivClassName
{
background-color: #3693CE;
}
.BgClassName
{
background-color: #3693CE;
}
</style>
border-color css
<style>
span { border-color: #3693CE; }
span { border-color: rgb(54,147,206); }
td.TdClassName
{
border-color: #3693CE;
}
.TagClassName
{
border-color: #3693CE;
}
</style>