#02939B

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

Shades of Eastern Blue #02939B

Tints of Eastern Blue #02939B

Color information

#02939B (or 0x02939B) is unknown color: approx Eastern Blue. HEX triplet: 02, 93 and 9B. RGB value is (2,147,155). Sum of RGB (Red+Green+Blue) = 2+147+155=304 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 304); Green value is 147 (57.81% from 255 or 48.36% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #02939B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02939B is #FD6C64. Grayscale: #686868. Windows color (decimal): -16608357 or 10195714. OLE color: 10195714.

HSL color Cylindrical-coordinate representation of color #02939B: hue angle of 183.14º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02939B is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2147155-
CMYK0.990.0500.39
HSL183.14º97.45%30.78%-
HSV(B)183.14º98.71%60.78%-
XYZ16.3823.2534.63-
YUV104.56156.4654.85-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.66%
GREEN value IS 147 (57.81% from 255) = 48.36%
BLUE value IS 155 (60.94% from 255) = 50.99%
R=0.66%
G=48.36%
B=50.99%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal21471550.990.0500.39183.1497.4530.78
Hex2939B635027b7611f
Octal2223233143504726714137
Binary1010010011100110111100011101010011110110111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02939B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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