Shades of Curious Blue #3391CF
Tints of Curious Blue #3391CF
RGB
CMYK
RGB Variations
Color information
#3391CF (or 0x3391CF) is known color: Curious Blue. HEX triplet: 33, 91 and CF. RGB value is (51,145,207). Sum of RGB (Red+Green+Blue) = 51+145+207=403 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.66% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #3391CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3391CF is #CC6E30. Grayscale: #7B7B7B. Windows color (decimal): -13397553 or 13603123. OLE color: 13603123.
HSL color Cylindrical-coordinate representation of color #3391CF: hue angle of 203.85º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3391CF is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 145 | 207 | - |
| CMYK | 0.75 | 0.30 | 0 | 0.19 |
| HSL | 203.85º | 0.62% | 0.51% | - |
| HSV(B) | 203.85º | 0.75% | 0.81% | - |
| XYZ | 22.75 | 25.46 | 62.75 | - |
| YUV | 123.96 | 174.86 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 145 | 207 | 0.75 | 0.30 | 0 | 0.19 | 203.85 | 0.62 | 0.51 |
| Hex | 33 | 91 | CF | 4B | 1E | 0 | 13 | CC | 3E | 33 |
| Octal | 63 | 221 | 317 | 113 | 36 | 0 | 23 | 314 | 76 | 63 |
| Binary | 110011 | 10010001 | 11001111 | 1001011 | 11110 | 0 | 10011 | 11001100 | 111110 | 110011 |
Color Harmonies of #3391CF
Complementary color
Monochromatic Colors of #3391CF
Black with #3391CF
Text Example
Text Example
White with #3391CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3391CF; }
p { color: rgb(51,145,207); }
H1.HeaderClassName
{
color: #3391CF;
}
.AnyTagClassName
{
color: #3391CF;
}
</style>
background-color css
<style>
a { background-color: #3391CF; }
a { background-color: rgb(51,145,207); }
div.DivClassName
{
background-color: #3391CF;
}
.BgClassName
{
background-color: #3391CF;
}
</style>
border-color css
<style>
span { border-color: #3391CF; }
span { border-color: rgb(51,145,207); }
td.TdClassName
{
border-color: #3391CF;
}
.TagClassName
{
border-color: #3391CF;
}
</style>