Shades of Eastern Blue #0392A0
Tints of Eastern Blue #0392A0
RGB
CMYK
RGB Variations
Color information
#0392A0 (or 0x0392A0) is known color: Eastern Blue. HEX triplet: 03, 92 and A0. RGB value is (3,146,160). Sum of RGB (Red+Green+Blue) = 3+146+160=309 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 160 (62.89% from 255 or 51.78% from 309); Max value from RGB is 160 - color contains mainly: blue. Hex color #0392A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0392A0 is #FC6D5F. Grayscale: #686868. Windows color (decimal): -16543072 or 10523139. OLE color: 10523139.
HSL color Cylindrical-coordinate representation of color #0392A0: hue angle of 185.35º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0392A0 is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 3 | 146 | 160 | - |
| CMYK | 0.98 | 0.09 | 0 | 0.37 |
| HSL | 185.35º | 0.96% | 0.32% | - |
| HSV(B) | 185.35º | 0.98% | 0.63% | - |
| XYZ | 16.66 | 23.12 | 36.84 | - |
| YUV | 104.84 | 159.12 | 55.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 146 | 160 | 0.98 | 0.09 | 0 | 0.37 | 185.35 | 0.96 | 0.32 |
| Hex | 3 | 92 | A0 | 62 | 9 | 0 | 25 | B9 | 60 | 20 |
| Octal | 3 | 222 | 240 | 142 | 11 | 0 | 45 | 271 | 140 | 40 |
| Binary | 11 | 10010010 | 10100000 | 1100010 | 1001 | 0 | 100101 | 10111001 | 1100000 | 100000 |
Color Harmonies of #0392A0
Complementary color
Monochromatic Colors of #0392A0
Black with #0392A0
Text Example
Text Example
White with #0392A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0392A0; }
p { color: rgb(3,146,160); }
H1.HeaderClassName
{
color: #0392A0;
}
.AnyTagClassName
{
color: #0392A0;
}
</style>
background-color css
<style>
a { background-color: #0392A0; }
a { background-color: rgb(3,146,160); }
div.DivClassName
{
background-color: #0392A0;
}
.BgClassName
{
background-color: #0392A0;
}
</style>
border-color css
<style>
span { border-color: #0392A0; }
span { border-color: rgb(3,146,160); }
td.TdClassName
{
border-color: #0392A0;
}
.TagClassName
{
border-color: #0392A0;
}
</style>