Shades of Eastern Blue #0399A3
Tints of Eastern Blue #0399A3
RGB
CMYK
RGB Variations
Color information
#0399A3 (or 0x0399A3) is known color: Eastern Blue. HEX triplet: 03, 99 and A3. RGB value is (3,153,163). Sum of RGB (Red+Green+Blue) = 3+153+163=319 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 319); Green value is 153 (60.16% from 255 or 47.96% from 319); Blue value is 163 (64.06% from 255 or 51.10% from 319); Max value from RGB is 163 - color contains mainly: blue. Hex color #0399A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0399A3 is #FC665C. Grayscale: #6D6D6D. Windows color (decimal): -16541277 or 10721539. OLE color: 10721539.
HSL color Cylindrical-coordinate representation of color #0399A3: hue angle of 183.75º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0399A3 is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 153 | 163 | - |
| CMYK | 0.98 | 0.06 | 0 | 0.36 |
| HSL | 183.75º | 0.96% | 0.33% | - |
| HSV(B) | 183.75º | 0.98% | 0.64% | - |
| XYZ | 18.04 | 25.45 | 38.61 | - |
| YUV | 109.29 | 158.31 | 52.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 153 | 163 | 0.98 | 0.06 | 0 | 0.36 | 183.75 | 0.96 | 0.33 |
| Hex | 3 | 99 | A3 | 62 | 6 | 0 | 24 | B8 | 60 | 21 |
| Octal | 3 | 231 | 243 | 142 | 6 | 0 | 44 | 270 | 140 | 41 |
| Binary | 11 | 10011001 | 10100011 | 1100010 | 110 | 0 | 100100 | 10111000 | 1100000 | 100001 |
Color Harmonies of #0399A3
Complementary color
Monochromatic Colors of #0399A3
Black with #0399A3
Text Example
Text Example
White with #0399A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0399A3; }
p { color: rgb(3,153,163); }
H1.HeaderClassName
{
color: #0399A3;
}
.AnyTagClassName
{
color: #0399A3;
}
</style>
background-color css
<style>
a { background-color: #0399A3; }
a { background-color: rgb(3,153,163); }
div.DivClassName
{
background-color: #0399A3;
}
.BgClassName
{
background-color: #0399A3;
}
</style>
border-color css
<style>
span { border-color: #0399A3; }
span { border-color: rgb(3,153,163); }
td.TdClassName
{
border-color: #0399A3;
}
.TagClassName
{
border-color: #0399A3;
}
</style>