Shades of Curious Blue #3883CC
Tints of Curious Blue #3883CC
RGB
CMYK
RGB Variations
Color information
#3883CC (or 0x3883CC) is known color: Curious Blue. HEX triplet: 38, 83 and CC. RGB value is (56,131,204). Sum of RGB (Red+Green+Blue) = 56+131+204=391 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.32% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #3883CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3883CC is #C77C33. Grayscale: #747474. Windows color (decimal): -13073460 or 13402936. OLE color: 13402936.
HSL color Cylindrical-coordinate representation of color #3883CC: hue angle of 209.59º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3883CC is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 131 | 204 | - |
| CMYK | 0.73 | 0.36 | 0 | 0.2 |
| HSL | 209.59º | 0.59% | 0.51% | - |
| HSV(B) | 209.59º | 0.73% | 0.8% | - |
| XYZ | 20.65 | 21.43 | 60.18 | - |
| YUV | 116.9 | 177.15 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 131 | 204 | 0.73 | 0.36 | 0 | 0.2 | 209.59 | 0.59 | 0.51 |
| Hex | 38 | 83 | CC | 49 | 24 | 0 | 14 | D2 | 3B | 33 |
| Octal | 70 | 203 | 314 | 111 | 44 | 0 | 24 | 322 | 73 | 63 |
| Binary | 111000 | 10000011 | 11001100 | 1001001 | 100100 | 0 | 10100 | 11010010 | 111011 | 110011 |
Color Harmonies of #3883CC
Complementary color
Monochromatic Colors of #3883CC
Black with #3883CC
Text Example
Text Example
White with #3883CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3883CC; }
p { color: rgb(56,131,204); }
H1.HeaderClassName
{
color: #3883CC;
}
.AnyTagClassName
{
color: #3883CC;
}
</style>
background-color css
<style>
a { background-color: #3883CC; }
a { background-color: rgb(56,131,204); }
div.DivClassName
{
background-color: #3883CC;
}
.BgClassName
{
background-color: #3883CC;
}
</style>
border-color css
<style>
span { border-color: #3883CC; }
span { border-color: rgb(56,131,204); }
td.TdClassName
{
border-color: #3883CC;
}
.TagClassName
{
border-color: #3883CC;
}
</style>