Shades of Curious Blue #3690C3
Tints of Curious Blue #3690C3
RGB
CMYK
RGB Variations
Color information
#3690C3 (or 0x3690C3) is known color: Curious Blue. HEX triplet: 36, 90 and C3. RGB value is (54,144,195). Sum of RGB (Red+Green+Blue) = 54+144+195=393 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.74% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 195 (76.56% from 255 or 49.62% from 393); Max value from RGB is 195 - color contains mainly: blue. Hex color #3690C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3690C3 is #C96F3C. Grayscale: #7A7A7A. Windows color (decimal): -13201213 or 12816438. OLE color: 12816438.
HSL color Cylindrical-coordinate representation of color #3690C3: hue angle of 201.7º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3690C3 is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 144 | 195 | - |
| CMYK | 0.72 | 0.26 | 0 | 0.24 |
| HSL | 201.7º | 0.57% | 0.49% | - |
| HSV(B) | 201.7º | 0.72% | 0.76% | - |
| XYZ | 21.34 | 24.67 | 55.27 | - |
| YUV | 122.9 | 168.68 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 144 | 195 | 0.72 | 0.26 | 0 | 0.24 | 201.7 | 0.57 | 0.49 |
| Hex | 36 | 90 | C3 | 48 | 1A | 0 | 18 | CA | 39 | 31 |
| Octal | 66 | 220 | 303 | 110 | 32 | 0 | 30 | 312 | 71 | 61 |
| Binary | 110110 | 10010000 | 11000011 | 1001000 | 11010 | 0 | 11000 | 11001010 | 111001 | 110001 |
Color Harmonies of #3690C3
Complementary color
Monochromatic Colors of #3690C3
Black with #3690C3
Text Example
Text Example
White with #3690C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3690C3; }
p { color: rgb(54,144,195); }
H1.HeaderClassName
{
color: #3690C3;
}
.AnyTagClassName
{
color: #3690C3;
}
</style>
background-color css
<style>
a { background-color: #3690C3; }
a { background-color: rgb(54,144,195); }
div.DivClassName
{
background-color: #3690C3;
}
.BgClassName
{
background-color: #3690C3;
}
</style>
border-color css
<style>
span { border-color: #3690C3; }
span { border-color: rgb(54,144,195); }
td.TdClassName
{
border-color: #3690C3;
}
.TagClassName
{
border-color: #3690C3;
}
</style>