Shades of Eastern Blue #0388AA
Tints of Eastern Blue #0388AA
RGB
CMYK
RGB Variations
Color information
#0388AA (or 0x0388AA) is known color: Eastern Blue. HEX triplet: 03, 88 and AA. RGB value is (3,136,170). Sum of RGB (Red+Green+Blue) = 3+136+170=309 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #0388AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0388AA is #FC7755. Grayscale: #636363. Windows color (decimal): -16545622 or 11175939. OLE color: 11175939.
HSL color Cylindrical-coordinate representation of color #0388AA: hue angle of 192.22º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0388AA is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 136 | 170 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.33 |
| HSL | 192.22º | 0.97% | 0.34% | - |
| HSV(B) | 192.22º | 0.98% | 0.67% | - |
| XYZ | 16.1 | 20.53 | 41.14 | - |
| YUV | 100.11 | 167.44 | 58.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 136 | 170 | 0.98 | 0.20 | 0 | 0.33 | 192.22 | 0.97 | 0.34 |
| Hex | 3 | 88 | AA | 62 | 14 | 0 | 21 | C0 | 61 | 22 |
| Octal | 3 | 210 | 252 | 142 | 24 | 0 | 41 | 300 | 141 | 42 |
| Binary | 11 | 10001000 | 10101010 | 1100010 | 10100 | 0 | 100001 | 11000000 | 1100001 | 100010 |
Color Harmonies of #0388AA
Complementary color
Monochromatic Colors of #0388AA
Black with #0388AA
Text Example
Text Example
White with #0388AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0388AA; }
p { color: rgb(3,136,170); }
H1.HeaderClassName
{
color: #0388AA;
}
.AnyTagClassName
{
color: #0388AA;
}
</style>
background-color css
<style>
a { background-color: #0388AA; }
a { background-color: rgb(3,136,170); }
div.DivClassName
{
background-color: #0388AA;
}
.BgClassName
{
background-color: #0388AA;
}
</style>
border-color css
<style>
span { border-color: #0388AA; }
span { border-color: rgb(3,136,170); }
td.TdClassName
{
border-color: #0388AA;
}
.TagClassName
{
border-color: #0388AA;
}
</style>