Shades of Curious Blue #3888CE
Tints of Curious Blue #3888CE
RGB
CMYK
RGB Variations
Color information
#3888CE (or 0x3888CE) is known color: Curious Blue. HEX triplet: 38, 88 and CE. RGB value is (56,136,206). Sum of RGB (Red+Green+Blue) = 56+136+206=398 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.07% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #3888CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3888CE is #C77731. Grayscale: #777777. Windows color (decimal): -13072178 or 13535288. OLE color: 13535288.
HSL color Cylindrical-coordinate representation of color #3888CE: hue angle of 208º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3888CE is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 136 | 206 | - |
| CMYK | 0.73 | 0.34 | 0 | 0.19 |
| HSL | 208º | 0.6% | 0.51% | - |
| HSV(B) | 208º | 0.73% | 0.81% | - |
| XYZ | 21.58 | 22.91 | 61.68 | - |
| YUV | 120.06 | 176.5 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 136 | 206 | 0.73 | 0.34 | 0 | 0.19 | 208 | 0.6 | 0.51 |
| Hex | 38 | 88 | CE | 49 | 22 | 0 | 13 | D0 | 3C | 33 |
| Octal | 70 | 210 | 316 | 111 | 42 | 0 | 23 | 320 | 74 | 63 |
| Binary | 111000 | 10001000 | 11001110 | 1001001 | 100010 | 0 | 10011 | 11010000 | 111100 | 110011 |
Color Harmonies of #3888CE
Complementary color
Monochromatic Colors of #3888CE
Black with #3888CE
Text Example
Text Example
White with #3888CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3888CE; }
p { color: rgb(56,136,206); }
H1.HeaderClassName
{
color: #3888CE;
}
.AnyTagClassName
{
color: #3888CE;
}
</style>
background-color css
<style>
a { background-color: #3888CE; }
a { background-color: rgb(56,136,206); }
div.DivClassName
{
background-color: #3888CE;
}
.BgClassName
{
background-color: #3888CE;
}
</style>
border-color css
<style>
span { border-color: #3888CE; }
span { border-color: rgb(56,136,206); }
td.TdClassName
{
border-color: #3888CE;
}
.TagClassName
{
border-color: #3888CE;
}
</style>