Shades of Eastern Blue #0297A4
Tints of Eastern Blue #0297A4
RGB
CMYK
RGB Variations
Color information
#0297A4 (or 0x0297A4) is known color: Eastern Blue. HEX triplet: 02, 97 and A4. RGB value is (2,151,164). Sum of RGB (Red+Green+Blue) = 2+151+164=317 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 317); Green value is 151 (59.38% from 255 or 47.63% from 317); Blue value is 164 (64.45% from 255 or 51.74% from 317); Max value from RGB is 164 - color contains mainly: blue. Hex color #0297A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0297A4 is #FD685B. Grayscale: #6B6B6B. Windows color (decimal): -16607324 or 10786562. OLE color: 10786562.
HSL color Cylindrical-coordinate representation of color #0297A4: hue angle of 184.81º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0297A4 is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 151 | 164 | - |
| CMYK | 0.99 | 0.08 | 0 | 0.36 |
| HSL | 184.81º | 0.98% | 0.33% | - |
| HSV(B) | 184.81º | 0.99% | 0.64% | - |
| XYZ | 17.79 | 24.83 | 38.98 | - |
| YUV | 107.93 | 159.64 | 52.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 151 | 164 | 0.99 | 0.08 | 0 | 0.36 | 184.81 | 0.98 | 0.33 |
| Hex | 2 | 97 | A4 | 63 | 8 | 0 | 24 | B9 | 62 | 21 |
| Octal | 2 | 227 | 244 | 143 | 10 | 0 | 44 | 271 | 142 | 41 |
| Binary | 10 | 10010111 | 10100100 | 1100011 | 1000 | 0 | 100100 | 10111001 | 1100010 | 100001 |
Color Harmonies of #0297A4
Complementary color
Monochromatic Colors of #0297A4
Black with #0297A4
Text Example
Text Example
White with #0297A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0297A4; }
p { color: rgb(2,151,164); }
H1.HeaderClassName
{
color: #0297A4;
}
.AnyTagClassName
{
color: #0297A4;
}
</style>
background-color css
<style>
a { background-color: #0297A4; }
a { background-color: rgb(2,151,164); }
div.DivClassName
{
background-color: #0297A4;
}
.BgClassName
{
background-color: #0297A4;
}
</style>
border-color css
<style>
span { border-color: #0297A4; }
span { border-color: rgb(2,151,164); }
td.TdClassName
{
border-color: #0297A4;
}
.TagClassName
{
border-color: #0297A4;
}
</style>