Shades of Curious Blue #3391CA
Tints of Curious Blue #3391CA
RGB
CMYK
RGB Variations
Color information
#3391CA (or 0x3391CA) is known color: Curious Blue. HEX triplet: 33, 91 and CA. RGB value is (51,145,202). Sum of RGB (Red+Green+Blue) = 51+145+202=398 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.81% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #3391CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3391CA is #CC6E35. Grayscale: #7B7B7B. Windows color (decimal): -13397558 or 13275443. OLE color: 13275443.
HSL color Cylindrical-coordinate representation of color #3391CA: hue angle of 202.65º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3391CA is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 51 | 145 | 202 | - |
| CMYK | 0.75 | 0.28 | 0 | 0.21 |
| HSL | 202.65º | 0.6% | 0.5% | - |
| HSV(B) | 202.65º | 0.75% | 0.79% | - |
| XYZ | 22.15 | 25.22 | 59.58 | - |
| YUV | 123.39 | 172.36 | 76.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 145 | 202 | 0.75 | 0.28 | 0 | 0.21 | 202.65 | 0.6 | 0.5 |
| Hex | 33 | 91 | CA | 4B | 1C | 0 | 15 | CB | 3C | 32 |
| Octal | 63 | 221 | 312 | 113 | 34 | 0 | 25 | 313 | 74 | 62 |
| Binary | 110011 | 10010001 | 11001010 | 1001011 | 11100 | 0 | 10101 | 11001011 | 111100 | 110010 |
Color Harmonies of #3391CA
Complementary color
Monochromatic Colors of #3391CA
Black with #3391CA
Text Example
Text Example
White with #3391CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3391CA; }
p { color: rgb(51,145,202); }
H1.HeaderClassName
{
color: #3391CA;
}
.AnyTagClassName
{
color: #3391CA;
}
</style>
background-color css
<style>
a { background-color: #3391CA; }
a { background-color: rgb(51,145,202); }
div.DivClassName
{
background-color: #3391CA;
}
.BgClassName
{
background-color: #3391CA;
}
</style>
border-color css
<style>
span { border-color: #3391CA; }
span { border-color: rgb(51,145,202); }
td.TdClassName
{
border-color: #3391CA;
}
.TagClassName
{
border-color: #3391CA;
}
</style>