Html Css Color HEX #039299 Eastern Blue

📋 copy color: '#039299'

red 3 ◦ green 146 ◦ blue 153

#039299
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #039299

Tints of Eastern Blue #039299

RGB

 RED value IS 3 (1.56% from 255) = 0.99%

 GREEN value IS 146 (57.42% from 255) = 48.34%

 BLUE value IS 153 (60.16% from 255) = 50.66%

R = 0.99%
G = 48.34%
B = 50.66%

CMYK

 C value IS 0.98

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#039299 (or 0x039299) is known color: Eastern Blue. HEX triplet: 03, 92 and 99. RGB value is (3,146,153). Sum of RGB (Red+Green+Blue) = 3+146+153=302 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 302); Green value is 146 (57.42% from 255 or 48.34% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #039299 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039299 is #FC6D66. Grayscale: #676767. Windows color (decimal): -16543079 or 10064387. OLE color: 10064387.

HSL color Cylindrical-coordinate representation of color #039299: hue angle of 182.8º 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 #039299 is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 3 146 153 -
CMYK 0.98 0.05 0 0.4
HSL 182.8º 0.96% 0.31% -
HSV(B) 182.8º 0.98% 0.6% -
XYZ 16.07 22.88 33.71 -
YUV 104.04 155.62 55.93 -
System Red Green Blue C M Y K H S L
Decimal 3 146 153 0.98 0.05 0 0.4 182.8 0.96 0.31
Hex 3 92 99 62 5 0 28 B7 60 1F
Octal 3 222 231 142 5 0 50 267 140 37
Binary 11 10010010 10011001 1100010 101 0 101000 10110111 1100000 11111

Color Harmonies of #039299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039299

Black with #039299

Text Example


Text Example

White with #039299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039299; }

 p { color: rgb(3,146,153); }

 H1.HeaderClassName
 {
   color: #039299;
 }
 .AnyTagClassName
 {
   color: #039299;
 }
</style>

background-color css

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

 a { background-color: rgb(3,146,153); }

 div.DivClassName
 {
   background-color: #039299;
 }
 .BgClassName
 {
   background-color: #039299;
 }
</style>

border-color css

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

 span { border-color: rgb(3,146,153); }

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