Shades of Eastern Blue #03959A
Tints of Eastern Blue #03959A
RGB
CMYK
RGB Variations
Color information
#03959A (or 0x03959A) is known color: Eastern Blue. HEX triplet: 03, 95 and 9A. RGB value is (3,149,154). Sum of RGB (Red+Green+Blue) = 3+149+154=306 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 306); Green value is 149 (58.59% from 255 or 48.69% from 306); Blue value is 154 (60.55% from 255 or 50.33% from 306); Max value from RGB is 154 - color contains mainly: blue. Hex color #03959A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03959A is #FC6A65. Grayscale: #696969. Windows color (decimal): -16542310 or 10130691. OLE color: 10130691.
HSL color Cylindrical-coordinate representation of color #03959A: hue angle of 181.99º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03959A is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 3 | 149 | 154 | - |
| CMYK | 0.98 | 0.03 | 0 | 0.40 |
| HSL | 181.99º | 0.96% | 0.31% | - |
| HSV(B) | 181.99º | 0.98% | 0.6% | - |
| XYZ | 16.62 | 23.85 | 34.3 | - |
| YUV | 105.92 | 155.13 | 54.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 149 | 154 | 0.98 | 0.03 | 0 | 0.40 | 181.99 | 0.96 | 0.31 |
| Hex | 3 | 95 | 9A | 62 | 3 | 0 | 28 | B6 | 60 | 1F |
| Octal | 3 | 225 | 232 | 142 | 3 | 0 | 50 | 266 | 140 | 37 |
| Binary | 11 | 10010101 | 10011010 | 1100010 | 11 | 0 | 101000 | 10110110 | 1100000 | 11111 |
Color Harmonies of #03959A
Complementary color
Monochromatic Colors of #03959A
Black with #03959A
Text Example
Text Example
White with #03959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03959A; }
p { color: rgb(3,149,154); }
H1.HeaderClassName
{
color: #03959A;
}
.AnyTagClassName
{
color: #03959A;
}
</style>
background-color css
<style>
a { background-color: #03959A; }
a { background-color: rgb(3,149,154); }
div.DivClassName
{
background-color: #03959A;
}
.BgClassName
{
background-color: #03959A;
}
</style>
border-color css
<style>
span { border-color: #03959A; }
span { border-color: rgb(3,149,154); }
td.TdClassName
{
border-color: #03959A;
}
.TagClassName
{
border-color: #03959A;
}
</style>