Shades of Curious Blue #3899CC
Tints of Curious Blue #3899CC
RGB
CMYK
RGB Variations
Color information
#3899CC (or 0x3899CC) is known color: Curious Blue. HEX triplet: 38, 99 and CC. RGB value is (56,153,204). Sum of RGB (Red+Green+Blue) = 56+153+204=413 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.56% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #3899CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3899CC is #C76633. Grayscale: #818181. Windows color (decimal): -13067828 or 13408568. OLE color: 13408568.
HSL color Cylindrical-coordinate representation of color #3899CC: hue angle of 200.68º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3899CC is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 153 | 204 | - |
| CMYK | 0.73 | 0.25 | 0 | 0.2 |
| HSL | 200.68º | 0.59% | 0.51% | - |
| HSV(B) | 200.68º | 0.73% | 0.8% | - |
| XYZ | 23.92 | 27.98 | 61.27 | - |
| YUV | 129.81 | 169.86 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 153 | 204 | 0.73 | 0.25 | 0 | 0.2 | 200.68 | 0.59 | 0.51 |
| Hex | 38 | 99 | CC | 49 | 19 | 0 | 14 | C9 | 3B | 33 |
| Octal | 70 | 231 | 314 | 111 | 31 | 0 | 24 | 311 | 73 | 63 |
| Binary | 111000 | 10011001 | 11001100 | 1001001 | 11001 | 0 | 10100 | 11001001 | 111011 | 110011 |
Color Harmonies of #3899CC
Complementary color
Monochromatic Colors of #3899CC
Black with #3899CC
Text Example
Text Example
White with #3899CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3899CC; }
p { color: rgb(56,153,204); }
H1.HeaderClassName
{
color: #3899CC;
}
.AnyTagClassName
{
color: #3899CC;
}
</style>
background-color css
<style>
a { background-color: #3899CC; }
a { background-color: rgb(56,153,204); }
div.DivClassName
{
background-color: #3899CC;
}
.BgClassName
{
background-color: #3899CC;
}
</style>
border-color css
<style>
span { border-color: #3899CC; }
span { border-color: rgb(56,153,204); }
td.TdClassName
{
border-color: #3899CC;
}
.TagClassName
{
border-color: #3899CC;
}
</style>