Shades of Curious Blue #3883CB
Tints of Curious Blue #3883CB
RGB
CMYK
RGB Variations
Color information
#3883CB (or 0x3883CB) is known color: Curious Blue. HEX triplet: 38, 83 and CB. RGB value is (56,131,203). Sum of RGB (Red+Green+Blue) = 56+131+203=390 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.36% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #3883CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3883CB is #C77C34. Grayscale: #747474. Windows color (decimal): -13073461 or 13337400. OLE color: 13337400.
HSL color Cylindrical-coordinate representation of color #3883CB: hue angle of 209.39º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3883CB is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 131 | 203 | - |
| CMYK | 0.72 | 0.35 | 0 | 0.20 |
| HSL | 209.39º | 0.59% | 0.51% | - |
| HSV(B) | 209.39º | 0.72% | 0.8% | - |
| XYZ | 20.53 | 21.39 | 59.55 | - |
| YUV | 116.78 | 176.65 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 131 | 203 | 0.72 | 0.35 | 0 | 0.20 | 209.39 | 0.59 | 0.51 |
| Hex | 38 | 83 | CB | 48 | 23 | 0 | 14 | D1 | 3B | 33 |
| Octal | 70 | 203 | 313 | 110 | 43 | 0 | 24 | 321 | 73 | 63 |
| Binary | 111000 | 10000011 | 11001011 | 1001000 | 100011 | 0 | 10100 | 11010001 | 111011 | 110011 |
Color Harmonies of #3883CB
Complementary color
Monochromatic Colors of #3883CB
Black with #3883CB
Text Example
Text Example
White with #3883CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3883CB; }
p { color: rgb(56,131,203); }
H1.HeaderClassName
{
color: #3883CB;
}
.AnyTagClassName
{
color: #3883CB;
}
</style>
background-color css
<style>
a { background-color: #3883CB; }
a { background-color: rgb(56,131,203); }
div.DivClassName
{
background-color: #3883CB;
}
.BgClassName
{
background-color: #3883CB;
}
</style>
border-color css
<style>
span { border-color: #3883CB; }
span { border-color: rgb(56,131,203); }
td.TdClassName
{
border-color: #3883CB;
}
.TagClassName
{
border-color: #3883CB;
}
</style>