Shades of Curious Blue #3881CB
Tints of Curious Blue #3881CB
RGB
CMYK
RGB Variations
Color information
#3881CB (or 0x3881CB) is known color: Curious Blue. HEX triplet: 38, 81 and CB. RGB value is (56,129,203). Sum of RGB (Red+Green+Blue) = 56+129+203=388 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.43% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #3881CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3881CB is #C77E34. Grayscale: #737373. Windows color (decimal): -13073973 or 13336888. OLE color: 13336888.
HSL color Cylindrical-coordinate representation of color #3881CB: hue angle of 210.2º 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 #3881CB is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 129 | 203 | - |
| CMYK | 0.72 | 0.36 | 0 | 0.20 |
| HSL | 210.2º | 0.59% | 0.51% | - |
| HSV(B) | 210.2º | 0.72% | 0.8% | - |
| XYZ | 20.26 | 20.85 | 59.46 | - |
| YUV | 115.61 | 177.32 | 85.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 129 | 203 | 0.72 | 0.36 | 0 | 0.20 | 210.2 | 0.59 | 0.51 |
| Hex | 38 | 81 | CB | 48 | 24 | 0 | 14 | D2 | 3B | 33 |
| Octal | 70 | 201 | 313 | 110 | 44 | 0 | 24 | 322 | 73 | 63 |
| Binary | 111000 | 10000001 | 11001011 | 1001000 | 100100 | 0 | 10100 | 11010010 | 111011 | 110011 |
Color Harmonies of #3881CB
Complementary color
Monochromatic Colors of #3881CB
Black with #3881CB
Text Example
Text Example
White with #3881CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3881CB; }
p { color: rgb(56,129,203); }
H1.HeaderClassName
{
color: #3881CB;
}
.AnyTagClassName
{
color: #3881CB;
}
</style>
background-color css
<style>
a { background-color: #3881CB; }
a { background-color: rgb(56,129,203); }
div.DivClassName
{
background-color: #3881CB;
}
.BgClassName
{
background-color: #3881CB;
}
</style>
border-color css
<style>
span { border-color: #3881CB; }
span { border-color: rgb(56,129,203); }
td.TdClassName
{
border-color: #3881CB;
}
.TagClassName
{
border-color: #3881CB;
}
</style>