Shades of Curious Blue #3885CE
Tints of Curious Blue #3885CE
RGB
CMYK
RGB Variations
Color information
#3885CE (or 0x3885CE) is known color: Curious Blue. HEX triplet: 38, 85 and CE. RGB value is (56,133,206). Sum of RGB (Red+Green+Blue) = 56+133+206=395 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.18% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #3885CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3885CE is #C77A31. Grayscale: #757575. Windows color (decimal): -13072946 or 13534520. OLE color: 13534520.
HSL color Cylindrical-coordinate representation of color #3885CE: hue angle of 209.2º 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 #3885CE is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 133 | 206 | - |
| CMYK | 0.73 | 0.35 | 0 | 0.19 |
| HSL | 209.2º | 0.6% | 0.51% | - |
| HSV(B) | 209.2º | 0.73% | 0.81% | - |
| XYZ | 21.16 | 22.07 | 61.54 | - |
| YUV | 118.3 | 177.49 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 133 | 206 | 0.73 | 0.35 | 0 | 0.19 | 209.2 | 0.6 | 0.51 |
| Hex | 38 | 85 | CE | 49 | 23 | 0 | 13 | D1 | 3C | 33 |
| Octal | 70 | 205 | 316 | 111 | 43 | 0 | 23 | 321 | 74 | 63 |
| Binary | 111000 | 10000101 | 11001110 | 1001001 | 100011 | 0 | 10011 | 11010001 | 111100 | 110011 |
Color Harmonies of #3885CE
Complementary color
Monochromatic Colors of #3885CE
Black with #3885CE
Text Example
Text Example
White with #3885CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3885CE; }
p { color: rgb(56,133,206); }
H1.HeaderClassName
{
color: #3885CE;
}
.AnyTagClassName
{
color: #3885CE;
}
</style>
background-color css
<style>
a { background-color: #3885CE; }
a { background-color: rgb(56,133,206); }
div.DivClassName
{
background-color: #3885CE;
}
.BgClassName
{
background-color: #3885CE;
}
</style>
border-color css
<style>
span { border-color: #3885CE; }
span { border-color: rgb(56,133,206); }
td.TdClassName
{
border-color: #3885CE;
}
.TagClassName
{
border-color: #3885CE;
}
</style>