Html Css Color HEX #039199 Eastern Blue

📋 copy color: '#039199'

red 3 ◦ green 145 ◦ blue 153

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

Shades of Eastern Blue #039199

Tints of Eastern Blue #039199

RGB

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

 GREEN value IS 145 (57.03% from 255) = 48.17%

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

R = 1%
G = 48.17%
B = 50.83%

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

#039199 (or 0x039199) is known color: Eastern Blue. HEX triplet: 03, 91 and 99. RGB value is (3,145,153). Sum of RGB (Red+Green+Blue) = 3+145+153=301 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 301); Green value is 145 (57.03% from 255 or 48.17% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #039199 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039199 is #FC6E66. Grayscale: #676767. Windows color (decimal): -16543335 or 10064131. OLE color: 10064131.

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

Color convert

RGB 3 145 153 -
CMYK 0.98 0.05 0 0.4
HSL 183.2º 0.96% 0.31% -
HSV(B) 183.2º 0.98% 0.6% -
XYZ 15.91 22.57 33.65 -
YUV 103.45 155.96 56.35 -
System Red Green Blue C M Y K H S L
Decimal 3 145 153 0.98 0.05 0 0.4 183.2 0.96 0.31
Hex 3 91 99 62 5 0 28 B7 60 1F
Octal 3 221 231 142 5 0 50 267 140 37
Binary 11 10010001 10011001 1100010 101 0 101000 10110111 1100000 11111

Color Harmonies of #039199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039199

Black with #039199

Text Example


Text Example

White with #039199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039199; }

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

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

background-color css

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

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

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

border-color css

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

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

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