Shades of Curious Blue #3390C5
Tints of Curious Blue #3390C5
RGB
CMYK
RGB Variations
Color information
#3390C5 (or 0x3390C5) is known color: Curious Blue. HEX triplet: 33, 90 and C5. RGB value is (51,144,197). Sum of RGB (Red+Green+Blue) = 51+144+197=392 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.01% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 197 (77.34% from 255 or 50.26% from 392); Max value from RGB is 197 - color contains mainly: blue. Hex color #3390C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3390C5 is #CC6F3A. Grayscale: #797979. Windows color (decimal): -13397819 or 12947507. OLE color: 12947507.
HSL color Cylindrical-coordinate representation of color #3390C5: hue angle of 201.78º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3390C5 is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 51 | 144 | 197 | - |
| CMYK | 0.74 | 0.27 | 0 | 0.23 |
| HSL | 201.78º | 0.59% | 0.49% | - |
| HSV(B) | 201.78º | 0.74% | 0.77% | - |
| XYZ | 21.42 | 24.68 | 56.46 | - |
| YUV | 122.24 | 170.19 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 144 | 197 | 0.74 | 0.27 | 0 | 0.23 | 201.78 | 0.59 | 0.49 |
| Hex | 33 | 90 | C5 | 4A | 1B | 0 | 17 | CA | 3B | 31 |
| Octal | 63 | 220 | 305 | 112 | 33 | 0 | 27 | 312 | 73 | 61 |
| Binary | 110011 | 10010000 | 11000101 | 1001010 | 11011 | 0 | 10111 | 11001010 | 111011 | 110001 |
Color Harmonies of #3390C5
Complementary color
Monochromatic Colors of #3390C5
Black with #3390C5
Text Example
Text Example
White with #3390C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3390C5; }
p { color: rgb(51,144,197); }
H1.HeaderClassName
{
color: #3390C5;
}
.AnyTagClassName
{
color: #3390C5;
}
</style>
background-color css
<style>
a { background-color: #3390C5; }
a { background-color: rgb(51,144,197); }
div.DivClassName
{
background-color: #3390C5;
}
.BgClassName
{
background-color: #3390C5;
}
</style>
border-color css
<style>
span { border-color: #3390C5; }
span { border-color: rgb(51,144,197); }
td.TdClassName
{
border-color: #3390C5;
}
.TagClassName
{
border-color: #3390C5;
}
</style>