Shades of Eastern Blue #038293
Tints of Eastern Blue #038293
RGB
CMYK
RGB Variations
Color information
#038293 (or 0x038293) is known color: Eastern Blue. HEX triplet: 03, 82 and 93. RGB value is (3,130,147). Sum of RGB (Red+Green+Blue) = 3+130+147=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #038293 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038293 is #FC7D6C. Grayscale: #5D5D5D. Windows color (decimal): -16547181 or 9667075. OLE color: 9667075.
HSL color Cylindrical-coordinate representation of color #038293: hue angle of 187.08º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038293 is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 130 | 147 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.42 |
| HSL | 187.08º | 0.96% | 0.29% | - |
| HSV(B) | 187.08º | 0.98% | 0.58% | - |
| XYZ | 13.29 | 18.09 | 30.4 | - |
| YUV | 93.97 | 157.92 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 130 | 147 | 0.98 | 0.12 | 0 | 0.42 | 187.08 | 0.96 | 0.29 |
| Hex | 3 | 82 | 93 | 62 | C | 0 | 2A | BB | 60 | 1D |
| Octal | 3 | 202 | 223 | 142 | 14 | 0 | 52 | 273 | 140 | 35 |
| Binary | 11 | 10000010 | 10010011 | 1100010 | 1100 | 0 | 101010 | 10111011 | 1100000 | 11101 |
Color Harmonies of #038293
Complementary color
Monochromatic Colors of #038293
Black with #038293
Text Example
Text Example
White with #038293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038293; }
p { color: rgb(3,130,147); }
H1.HeaderClassName
{
color: #038293;
}
.AnyTagClassName
{
color: #038293;
}
</style>
background-color css
<style>
a { background-color: #038293; }
a { background-color: rgb(3,130,147); }
div.DivClassName
{
background-color: #038293;
}
.BgClassName
{
background-color: #038293;
}
</style>
border-color css
<style>
span { border-color: #038293; }
span { border-color: rgb(3,130,147); }
td.TdClassName
{
border-color: #038293;
}
.TagClassName
{
border-color: #038293;
}
</style>