Shades of Curious Blue #3884CB
Tints of Curious Blue #3884CB
RGB
CMYK
RGB Variations
Color information
#3884CB (or 0x3884CB) is known color: Curious Blue. HEX triplet: 38, 84 and CB. RGB value is (56,132,203). Sum of RGB (Red+Green+Blue) = 56+132+203=391 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.32% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #3884CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3884CB is #C77B34. Grayscale: #757575. Windows color (decimal): -13073205 or 13337656. OLE color: 13337656.
HSL color Cylindrical-coordinate representation of color #3884CB: hue angle of 208.98º 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 #3884CB is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 132 | 203 | - |
| CMYK | 0.72 | 0.35 | 0 | 0.20 |
| HSL | 208.98º | 0.59% | 0.51% | - |
| HSV(B) | 208.98º | 0.72% | 0.8% | - |
| XYZ | 20.66 | 21.66 | 59.59 | - |
| YUV | 117.37 | 176.32 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 132 | 203 | 0.72 | 0.35 | 0 | 0.20 | 208.98 | 0.59 | 0.51 |
| Hex | 38 | 84 | CB | 48 | 23 | 0 | 14 | D1 | 3B | 33 |
| Octal | 70 | 204 | 313 | 110 | 43 | 0 | 24 | 321 | 73 | 63 |
| Binary | 111000 | 10000100 | 11001011 | 1001000 | 100011 | 0 | 10100 | 11010001 | 111011 | 110011 |
Color Harmonies of #3884CB
Complementary color
Monochromatic Colors of #3884CB
Black with #3884CB
Text Example
Text Example
White with #3884CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3884CB; }
p { color: rgb(56,132,203); }
H1.HeaderClassName
{
color: #3884CB;
}
.AnyTagClassName
{
color: #3884CB;
}
</style>
background-color css
<style>
a { background-color: #3884CB; }
a { background-color: rgb(56,132,203); }
div.DivClassName
{
background-color: #3884CB;
}
.BgClassName
{
background-color: #3884CB;
}
</style>
border-color css
<style>
span { border-color: #3884CB; }
span { border-color: rgb(56,132,203); }
td.TdClassName
{
border-color: #3884CB;
}
.TagClassName
{
border-color: #3884CB;
}
</style>