Shades of Curious Blue #3892CC
Tints of Curious Blue #3892CC
RGB
CMYK
RGB Variations
Color information
#3892CC (or 0x3892CC) is known color: Curious Blue. HEX triplet: 38, 92 and CC. RGB value is (56,146,204). Sum of RGB (Red+Green+Blue) = 56+146+204=406 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.79% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #3892CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3892CC is #C76D33. Grayscale: #7D7D7D. Windows color (decimal): -13069620 or 13406776. OLE color: 13406776.
HSL color Cylindrical-coordinate representation of color #3892CC: hue angle of 203.51º 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 #3892CC is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 146 | 204 | - |
| CMYK | 0.73 | 0.28 | 0 | 0.2 |
| HSL | 203.51º | 0.59% | 0.51% | - |
| HSV(B) | 203.51º | 0.73% | 0.8% | - |
| XYZ | 22.81 | 25.76 | 60.9 | - |
| YUV | 125.7 | 172.18 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 146 | 204 | 0.73 | 0.28 | 0 | 0.2 | 203.51 | 0.59 | 0.51 |
| Hex | 38 | 92 | CC | 49 | 1C | 0 | 14 | CC | 3B | 33 |
| Octal | 70 | 222 | 314 | 111 | 34 | 0 | 24 | 314 | 73 | 63 |
| Binary | 111000 | 10010010 | 11001100 | 1001001 | 11100 | 0 | 10100 | 11001100 | 111011 | 110011 |
Color Harmonies of #3892CC
Complementary color
Monochromatic Colors of #3892CC
Black with #3892CC
Text Example
Text Example
White with #3892CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3892CC; }
p { color: rgb(56,146,204); }
H1.HeaderClassName
{
color: #3892CC;
}
.AnyTagClassName
{
color: #3892CC;
}
</style>
background-color css
<style>
a { background-color: #3892CC; }
a { background-color: rgb(56,146,204); }
div.DivClassName
{
background-color: #3892CC;
}
.BgClassName
{
background-color: #3892CC;
}
</style>
border-color css
<style>
span { border-color: #3892CC; }
span { border-color: rgb(56,146,204); }
td.TdClassName
{
border-color: #3892CC;
}
.TagClassName
{
border-color: #3892CC;
}
</style>