Shades of Curious Blue #3395CF
Tints of Curious Blue #3395CF
RGB
CMYK
RGB Variations
Color information
#3395CF (or 0x3395CF) is known color: Curious Blue. HEX triplet: 33, 95 and CF. RGB value is (51,149,207). Sum of RGB (Red+Green+Blue) = 51+149+207=407 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.53% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #3395CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3395CF is #CC6A30. Grayscale: #7D7D7D. Windows color (decimal): -13396529 or 13604147. OLE color: 13604147.
HSL color Cylindrical-coordinate representation of color #3395CF: hue angle of 202.31º 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 #3395CF is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 149 | 207 | - |
| CMYK | 0.75 | 0.28 | 0 | 0.19 |
| HSL | 202.31º | 0.62% | 0.51% | - |
| HSV(B) | 202.31º | 0.75% | 0.81% | - |
| XYZ | 23.38 | 26.7 | 62.95 | - |
| YUV | 126.31 | 173.53 | 74.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 149 | 207 | 0.75 | 0.28 | 0 | 0.19 | 202.31 | 0.62 | 0.51 |
| Hex | 33 | 95 | CF | 4B | 1C | 0 | 13 | CA | 3E | 33 |
| Octal | 63 | 225 | 317 | 113 | 34 | 0 | 23 | 312 | 76 | 63 |
| Binary | 110011 | 10010101 | 11001111 | 1001011 | 11100 | 0 | 10011 | 11001010 | 111110 | 110011 |
Color Harmonies of #3395CF
Complementary color
Monochromatic Colors of #3395CF
Black with #3395CF
Text Example
Text Example
White with #3395CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3395CF; }
p { color: rgb(51,149,207); }
H1.HeaderClassName
{
color: #3395CF;
}
.AnyTagClassName
{
color: #3395CF;
}
</style>
background-color css
<style>
a { background-color: #3395CF; }
a { background-color: rgb(51,149,207); }
div.DivClassName
{
background-color: #3395CF;
}
.BgClassName
{
background-color: #3395CF;
}
</style>
border-color css
<style>
span { border-color: #3395CF; }
span { border-color: rgb(51,149,207); }
td.TdClassName
{
border-color: #3395CF;
}
.TagClassName
{
border-color: #3395CF;
}
</style>