#02939E

Color #02939E Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #02939E

Tints of Eastern Blue #02939E

Color information

#02939E (or 0x02939E) is unknown color: approx Eastern Blue. HEX triplet: 02, 93 and 9E. RGB value is (2,147,158). Sum of RGB (Red+Green+Blue) = 2+147+158=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 158 (62.11% from 255 or 51.47% from 307); Max value from RGB is 158 - color contains mainly: blue. Hex color #02939E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02939E is #FD6C61. Grayscale: #686868. Windows color (decimal): -16608354 or 10392322. OLE color: 10392322.

HSL color Cylindrical-coordinate representation of color #02939E: hue angle of 184.23º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02939E is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2147158-
CMYK0.990.0700.38
HSL184.23º97.5%31.37%-
HSV(B)184.23º98.73%61.96%-
XYZ16.6323.3535.98-
YUV104.9157.9654.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 0.65%
GREEN value IS 147 (57.81% from 255) = 47.88%
BLUE value IS 158 (62.11% from 255) = 51.47%
R=0.65%
G=47.88%
B=51.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21471580.990.0700.38184.2397.531.37
Hex2939E637026b8621f
Octal2223236143704627014237
Binary1010010011100111101100011111010011010111000110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02939E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02939E; }

 p { color: rgb(2,147,158); }

 H1.HeaderClassName
 {
   color: #02939E;
 }
 .AnyTagClassName
 {
   color: #02939E;
 }
</style>
background-color css

<style>
 a { background-color: #02939E; }

 a { background-color: rgb(2,147,158); }

 div.DivClassName
 {
   background-color: #02939E;
 }
 .BgClassName
 {
   background-color: #02939E;
 }
</style>
border-color css

<style>
 span { border-color: #02939E; }

 span { border-color: rgb(2,147,158); }

 td.TdClassName
 {
   border-color: #02939E;
 }
 .TagClassName
 {
   border-color: #02939E;
 }
</style>