Shades of Curious Blue #3391C8
Tints of Curious Blue #3391C8
RGB
CMYK
RGB Variations
Color information
#3391C8 (or 0x3391C8) is known color: Curious Blue. HEX triplet: 33, 91 and C8. RGB value is (51,145,200). Sum of RGB (Red+Green+Blue) = 51+145+200=396 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.88% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 200 (78.52% from 255 or 50.51% from 396); Max value from RGB is 200 - color contains mainly: blue. Hex color #3391C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3391C8 is #CC6E37. Grayscale: #7A7A7A. Windows color (decimal): -13397560 or 13144371. OLE color: 13144371.
HSL color Cylindrical-coordinate representation of color #3391C8: hue angle of 202.15º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3391C8 is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 51 | 145 | 200 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.22 |
| HSL | 202.15º | 0.59% | 0.49% | - |
| HSV(B) | 202.15º | 0.75% | 0.78% | - |
| XYZ | 21.92 | 25.12 | 58.34 | - |
| YUV | 123.16 | 171.36 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 145 | 200 | 0.74 | 0.28 | 0 | 0.22 | 202.15 | 0.59 | 0.49 |
| Hex | 33 | 91 | C8 | 4A | 1C | 0 | 16 | CA | 3B | 31 |
| Octal | 63 | 221 | 310 | 112 | 34 | 0 | 26 | 312 | 73 | 61 |
| Binary | 110011 | 10010001 | 11001000 | 1001010 | 11100 | 0 | 10110 | 11001010 | 111011 | 110001 |
Color Harmonies of #3391C8
Complementary color
Monochromatic Colors of #3391C8
Black with #3391C8
Text Example
Text Example
White with #3391C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3391C8; }
p { color: rgb(51,145,200); }
H1.HeaderClassName
{
color: #3391C8;
}
.AnyTagClassName
{
color: #3391C8;
}
</style>
background-color css
<style>
a { background-color: #3391C8; }
a { background-color: rgb(51,145,200); }
div.DivClassName
{
background-color: #3391C8;
}
.BgClassName
{
background-color: #3391C8;
}
</style>
border-color css
<style>
span { border-color: #3391C8; }
span { border-color: rgb(51,145,200); }
td.TdClassName
{
border-color: #3391C8;
}
.TagClassName
{
border-color: #3391C8;
}
</style>