Html Css Color HEX #03999F Eastern Blue

📋 copy color: '#03999F'

red 3 ◦ green 153 ◦ blue 159

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

Shades of Eastern Blue #03999F

Tints of Eastern Blue #03999F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.57%

 BLUE value IS 159 (62.5% from 255) = 50.48%

R = 0.95%
G = 48.57%
B = 50.48%

CMYK

 C value IS 0.98

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#03999F (or 0x03999F) is known color: Eastern Blue. HEX triplet: 03, 99 and 9F. RGB value is (3,153,159). Sum of RGB (Red+Green+Blue) = 3+153+159=315 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 159 (62.5% from 255 or 50.48% from 315); Max value from RGB is 159 - color contains mainly: blue. Hex color #03999F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03999F is #FC6660. Grayscale: #6C6C6C. Windows color (decimal): -16541281 or 10459395. OLE color: 10459395.

HSL color Cylindrical-coordinate representation of color #03999F: hue angle of 182.31º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03999F is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 3 153 159 -
CMYK 0.98 0.04 0 0.38
HSL 182.31º 0.96% 0.32% -
HSV(B) 182.31º 0.98% 0.62% -
XYZ 17.69 25.31 36.75 -
YUV 108.83 156.31 52.51 -
System Red Green Blue C M Y K H S L
Decimal 3 153 159 0.98 0.04 0 0.38 182.31 0.96 0.32
Hex 3 99 9F 62 4 0 26 B6 60 20
Octal 3 231 237 142 4 0 46 266 140 40
Binary 11 10011001 10011111 1100010 100 0 100110 10110110 1100000 100000

Color Harmonies of #03999F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03999F

Black with #03999F

Text Example


Text Example

White with #03999F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03999F; }

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

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

background-color css

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

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

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

border-color css

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

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

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