Shades of Eastern Blue #038098
Tints of Eastern Blue #038098
RGB
CMYK
RGB Variations
Color information
#038098 (or 0x038098) is known color: Eastern Blue. HEX triplet: 03, 80 and 98. RGB value is (3,128,152). Sum of RGB (Red+Green+Blue) = 3+128+152=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 152 (59.77% from 255 or 53.71% from 283); Max value from RGB is 152 - color contains mainly: blue. Hex color #038098 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038098 is #FC7F67. Grayscale: #5D5D5D. Windows color (decimal): -16547688 or 9994243. OLE color: 9994243.
HSL color Cylindrical-coordinate representation of color #038098: hue angle of 189.66º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038098 is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 3 | 128 | 152 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.40 |
| HSL | 189.66º | 0.96% | 0.3% | - |
| HSV(B) | 189.66º | 0.98% | 0.6% | - |
| XYZ | 13.42 | 17.72 | 32.42 | - |
| YUV | 93.36 | 161.09 | 63.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 128 | 152 | 0.98 | 0.16 | 0 | 0.40 | 189.66 | 0.96 | 0.3 |
| Hex | 3 | 80 | 98 | 62 | 10 | 0 | 28 | BE | 60 | 1E |
| Octal | 3 | 200 | 230 | 142 | 20 | 0 | 50 | 276 | 140 | 36 |
| Binary | 11 | 10000000 | 10011000 | 1100010 | 10000 | 0 | 101000 | 10111110 | 1100000 | 11110 |
Color Harmonies of #038098
Complementary color
Monochromatic Colors of #038098
Black with #038098
Text Example
Text Example
White with #038098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038098; }
p { color: rgb(3,128,152); }
H1.HeaderClassName
{
color: #038098;
}
.AnyTagClassName
{
color: #038098;
}
</style>
background-color css
<style>
a { background-color: #038098; }
a { background-color: rgb(3,128,152); }
div.DivClassName
{
background-color: #038098;
}
.BgClassName
{
background-color: #038098;
}
</style>
border-color css
<style>
span { border-color: #038098; }
span { border-color: rgb(3,128,152); }
td.TdClassName
{
border-color: #038098;
}
.TagClassName
{
border-color: #038098;
}
</style>