Shades of Curious Blue #3889CB
Tints of Curious Blue #3889CB
RGB
CMYK
RGB Variations
Color information
#3889CB (or 0x3889CB) is known color: Curious Blue. HEX triplet: 38, 89 and CB. RGB value is (56,137,203). Sum of RGB (Red+Green+Blue) = 56+137+203=396 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.14% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #3889CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3889CB is #C77634. Grayscale: #777777. Windows color (decimal): -13071925 or 13338936. OLE color: 13338936.
HSL color Cylindrical-coordinate representation of color #3889CB: hue angle of 206.94º 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 #3889CB is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 137 | 203 | - |
| CMYK | 0.72 | 0.33 | 0 | 0.20 |
| HSL | 206.94º | 0.59% | 0.51% | - |
| HSV(B) | 206.94º | 0.72% | 0.8% | - |
| XYZ | 21.36 | 23.04 | 59.82 | - |
| YUV | 120.31 | 174.66 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 137 | 203 | 0.72 | 0.33 | 0 | 0.20 | 206.94 | 0.59 | 0.51 |
| Hex | 38 | 89 | CB | 48 | 21 | 0 | 14 | CF | 3B | 33 |
| Octal | 70 | 211 | 313 | 110 | 41 | 0 | 24 | 317 | 73 | 63 |
| Binary | 111000 | 10001001 | 11001011 | 1001000 | 100001 | 0 | 10100 | 11001111 | 111011 | 110011 |
Color Harmonies of #3889CB
Complementary color
Monochromatic Colors of #3889CB
Black with #3889CB
Text Example
Text Example
White with #3889CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3889CB; }
p { color: rgb(56,137,203); }
H1.HeaderClassName
{
color: #3889CB;
}
.AnyTagClassName
{
color: #3889CB;
}
</style>
background-color css
<style>
a { background-color: #3889CB; }
a { background-color: rgb(56,137,203); }
div.DivClassName
{
background-color: #3889CB;
}
.BgClassName
{
background-color: #3889CB;
}
</style>
border-color css
<style>
span { border-color: #3889CB; }
span { border-color: rgb(56,137,203); }
td.TdClassName
{
border-color: #3889CB;
}
.TagClassName
{
border-color: #3889CB;
}
</style>