Shades of Curious Blue #3890CB
Tints of Curious Blue #3890CB
RGB
CMYK
RGB Variations
Color information
#3890CB (or 0x3890CB) is known color: Curious Blue. HEX triplet: 38, 90 and CB. RGB value is (56,144,203). Sum of RGB (Red+Green+Blue) = 56+144+203=403 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.90% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #3890CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3890CB is #C76F34. Grayscale: #7C7C7C. Windows color (decimal): -13070133 or 13340728. OLE color: 13340728.
HSL color Cylindrical-coordinate representation of color #3890CB: hue angle of 204.08º 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 #3890CB is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 144 | 203 | - |
| CMYK | 0.72 | 0.29 | 0 | 0.20 |
| HSL | 204.08º | 0.59% | 0.51% | - |
| HSV(B) | 204.08º | 0.72% | 0.8% | - |
| XYZ | 22.38 | 25.1 | 60.16 | - |
| YUV | 124.41 | 172.35 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 144 | 203 | 0.72 | 0.29 | 0 | 0.20 | 204.08 | 0.59 | 0.51 |
| Hex | 38 | 90 | CB | 48 | 1D | 0 | 14 | CC | 3B | 33 |
| Octal | 70 | 220 | 313 | 110 | 35 | 0 | 24 | 314 | 73 | 63 |
| Binary | 111000 | 10010000 | 11001011 | 1001000 | 11101 | 0 | 10100 | 11001100 | 111011 | 110011 |
Color Harmonies of #3890CB
Complementary color
Monochromatic Colors of #3890CB
Black with #3890CB
Text Example
Text Example
White with #3890CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3890CB; }
p { color: rgb(56,144,203); }
H1.HeaderClassName
{
color: #3890CB;
}
.AnyTagClassName
{
color: #3890CB;
}
</style>
background-color css
<style>
a { background-color: #3890CB; }
a { background-color: rgb(56,144,203); }
div.DivClassName
{
background-color: #3890CB;
}
.BgClassName
{
background-color: #3890CB;
}
</style>
border-color css
<style>
span { border-color: #3890CB; }
span { border-color: rgb(56,144,203); }
td.TdClassName
{
border-color: #3890CB;
}
.TagClassName
{
border-color: #3890CB;
}
</style>