Shades of Curious Blue #3383C0
Tints of Curious Blue #3383C0
RGB
CMYK
RGB Variations
Color information
#3383C0 (or 0x3383C0) is known color: Curious Blue. HEX triplet: 33, 83 and C0. RGB value is (51,131,192). Sum of RGB (Red+Green+Blue) = 51+131+192=374 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.64% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 192 (75.39% from 255 or 51.34% from 374); Max value from RGB is 192 - color contains mainly: blue. Hex color #3383C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3383C0 is #CC7C3F. Grayscale: #717171. Windows color (decimal): -13401152 or 12616499. OLE color: 12616499.
HSL color Cylindrical-coordinate representation of color #3383C0: hue angle of 205.96º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3383C0 is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 131 | 192 | - |
| CMYK | 0.73 | 0.32 | 0 | 0.25 |
| HSL | 205.96º | 0.58% | 0.48% | - |
| HSV(B) | 205.96º | 0.73% | 0.75% | - |
| XYZ | 19 | 20.74 | 52.87 | - |
| YUV | 114.03 | 172 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 131 | 192 | 0.73 | 0.32 | 0 | 0.25 | 205.96 | 0.58 | 0.48 |
| Hex | 33 | 83 | C0 | 49 | 20 | 0 | 19 | CE | 3A | 30 |
| Octal | 63 | 203 | 300 | 111 | 40 | 0 | 31 | 316 | 72 | 60 |
| Binary | 110011 | 10000011 | 11000000 | 1001001 | 100000 | 0 | 11001 | 11001110 | 111010 | 110000 |
Color Harmonies of #3383C0
Complementary color
Monochromatic Colors of #3383C0
Black with #3383C0
Text Example
Text Example
White with #3383C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3383C0; }
p { color: rgb(51,131,192); }
H1.HeaderClassName
{
color: #3383C0;
}
.AnyTagClassName
{
color: #3383C0;
}
</style>
background-color css
<style>
a { background-color: #3383C0; }
a { background-color: rgb(51,131,192); }
div.DivClassName
{
background-color: #3383C0;
}
.BgClassName
{
background-color: #3383C0;
}
</style>
border-color css
<style>
span { border-color: #3383C0; }
span { border-color: rgb(51,131,192); }
td.TdClassName
{
border-color: #3383C0;
}
.TagClassName
{
border-color: #3383C0;
}
</style>