Shades of Curious Blue #3381D7
Tints of Curious Blue #3381D7
RGB
CMYK
RGB Variations
Color information
#3381D7 (or 0x3381D7) is known color: Curious Blue. HEX triplet: 33, 81 and D7. RGB value is (51,129,215). Sum of RGB (Red+Green+Blue) = 51+129+215=395 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.91% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 215 (84.38% from 255 or 54.43% from 395); Max value from RGB is 215 - color contains mainly: blue. Hex color #3381D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3381D7 is #CC7E28. Grayscale: #737373. Windows color (decimal): -13401641 or 14123315. OLE color: 14123315.
HSL color Cylindrical-coordinate representation of color #3381D7: hue angle of 211.46º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3381D7 is Cyan = 0.76, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 129 | 215 | - |
| CMYK | 0.76 | 0.4 | 0 | 0.16 |
| HSL | 211.46º | 0.67% | 0.52% | - |
| HSV(B) | 211.46º | 0.76% | 0.84% | - |
| XYZ | 21.48 | 21.31 | 67.27 | - |
| YUV | 115.48 | 184.16 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 129 | 215 | 0.76 | 0.4 | 0 | 0.16 | 211.46 | 0.67 | 0.52 |
| Hex | 33 | 81 | D7 | 4C | 28 | 0 | 10 | D3 | 43 | 34 |
| Octal | 63 | 201 | 327 | 114 | 50 | 0 | 20 | 323 | 103 | 64 |
| Binary | 110011 | 10000001 | 11010111 | 1001100 | 101000 | 0 | 10000 | 11010011 | 1000011 | 110100 |
Color Harmonies of #3381D7
Complementary color
Monochromatic Colors of #3381D7
Black with #3381D7
Text Example
Text Example
White with #3381D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3381D7; }
p { color: rgb(51,129,215); }
H1.HeaderClassName
{
color: #3381D7;
}
.AnyTagClassName
{
color: #3381D7;
}
</style>
background-color css
<style>
a { background-color: #3381D7; }
a { background-color: rgb(51,129,215); }
div.DivClassName
{
background-color: #3381D7;
}
.BgClassName
{
background-color: #3381D7;
}
</style>
border-color css
<style>
span { border-color: #3381D7; }
span { border-color: rgb(51,129,215); }
td.TdClassName
{
border-color: #3381D7;
}
.TagClassName
{
border-color: #3381D7;
}
</style>