Shades of Curious Blue #3378CE
Tints of Curious Blue #3378CE
RGB
CMYK
RGB Variations
Color information
#3378CE (or 0x3378CE) is known color: Curious Blue. HEX triplet: 33, 78 and CE. RGB value is (51,120,206). Sum of RGB (Red+Green+Blue) = 51+120+206=377 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.53% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #3378CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3378CE is #CC8731. Grayscale: #6C6C6C. Windows color (decimal): -13403954 or 13531187. OLE color: 13531187.
HSL color Cylindrical-coordinate representation of color #3378CE: hue angle of 213.29º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3378CE is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 120 | 206 | - |
| CMYK | 0.75 | 0.42 | 0 | 0.19 |
| HSL | 213.29º | 0.61% | 0.5% | - |
| HSV(B) | 213.29º | 0.75% | 0.81% | - |
| XYZ | 19.22 | 18.59 | 60.97 | - |
| YUV | 109.17 | 182.64 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 120 | 206 | 0.75 | 0.42 | 0 | 0.19 | 213.29 | 0.61 | 0.5 |
| Hex | 33 | 78 | CE | 4B | 2A | 0 | 13 | D5 | 3D | 32 |
| Octal | 63 | 170 | 316 | 113 | 52 | 0 | 23 | 325 | 75 | 62 |
| Binary | 110011 | 1111000 | 11001110 | 1001011 | 101010 | 0 | 10011 | 11010101 | 111101 | 110010 |
Color Harmonies of #3378CE
Complementary color
Monochromatic Colors of #3378CE
Black with #3378CE
Text Example
Text Example
White with #3378CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3378CE; }
p { color: rgb(51,120,206); }
H1.HeaderClassName
{
color: #3378CE;
}
.AnyTagClassName
{
color: #3378CE;
}
</style>
background-color css
<style>
a { background-color: #3378CE; }
a { background-color: rgb(51,120,206); }
div.DivClassName
{
background-color: #3378CE;
}
.BgClassName
{
background-color: #3378CE;
}
</style>
border-color css
<style>
span { border-color: #3378CE; }
span { border-color: rgb(51,120,206); }
td.TdClassName
{
border-color: #3378CE;
}
.TagClassName
{
border-color: #3378CE;
}
</style>