Shades of Curious Blue #3899CB
Tints of Curious Blue #3899CB
RGB
CMYK
RGB Variations
Color information
#3899CB (or 0x3899CB) is known color: Curious Blue. HEX triplet: 38, 99 and CB. RGB value is (56,153,203). Sum of RGB (Red+Green+Blue) = 56+153+203=412 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.59% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #3899CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3899CB is #C76634. Grayscale: #818181. Windows color (decimal): -13067829 or 13343032. OLE color: 13343032.
HSL color Cylindrical-coordinate representation of color #3899CB: hue angle of 200.41º 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 #3899CB is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 153 | 203 | - |
| CMYK | 0.72 | 0.25 | 0 | 0.20 |
| HSL | 200.41º | 0.59% | 0.51% | - |
| HSV(B) | 200.41º | 0.72% | 0.8% | - |
| XYZ | 23.8 | 27.94 | 60.64 | - |
| YUV | 129.7 | 169.36 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 153 | 203 | 0.72 | 0.25 | 0 | 0.20 | 200.41 | 0.59 | 0.51 |
| Hex | 38 | 99 | CB | 48 | 19 | 0 | 14 | C8 | 3B | 33 |
| Octal | 70 | 231 | 313 | 110 | 31 | 0 | 24 | 310 | 73 | 63 |
| Binary | 111000 | 10011001 | 11001011 | 1001000 | 11001 | 0 | 10100 | 11001000 | 111011 | 110011 |
Color Harmonies of #3899CB
Complementary color
Monochromatic Colors of #3899CB
Black with #3899CB
Text Example
Text Example
White with #3899CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3899CB; }
p { color: rgb(56,153,203); }
H1.HeaderClassName
{
color: #3899CB;
}
.AnyTagClassName
{
color: #3899CB;
}
</style>
background-color css
<style>
a { background-color: #3899CB; }
a { background-color: rgb(56,153,203); }
div.DivClassName
{
background-color: #3899CB;
}
.BgClassName
{
background-color: #3899CB;
}
</style>
border-color css
<style>
span { border-color: #3899CB; }
span { border-color: rgb(56,153,203); }
td.TdClassName
{
border-color: #3899CB;
}
.TagClassName
{
border-color: #3899CB;
}
</style>