Html Css Color HEX #038E63 Observatory

📋 copy color: '#038E63'

red 3 ◦ green 142 ◦ blue 99

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

Shades of Observatory #038E63

Tints of Observatory #038E63

RGB

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

 GREEN value IS 142 (55.86% from 255) = 58.2%

 BLUE value IS 99 (39.06% from 255) = 40.57%

R = 1.23%
G = 58.2%
B = 40.57%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#038E63 (or 0x038E63) is known color: Observatory. HEX triplet: 03, 8E and 63. RGB value is (3,142,99). Sum of RGB (Red+Green+Blue) = 3+142+99=244 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 244); Green value is 142 (55.86% from 255 or 58.20% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 142 - color contains mainly: green. Hex color #038E63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038E63 is #FC719C. Grayscale: #5F5F5F. Windows color (decimal): -16544157 or 6524419. OLE color: 6524419.

HSL color Cylindrical-coordinate representation of color #038E63: hue angle of 161.44º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038E63 is Cyan = 0.98, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB 3 142 99 -
CMYK 0.98 0 0.30 0.44
HSL 161.44º 0.96% 0.28% -
HSV(B) 161.44º 0.98% 0.56% -
XYZ 11.96 20.27 15.09 -
YUV 95.54 129.95 62 -
System Red Green Blue C M Y K H S L
Decimal 3 142 99 0.98 0 0.30 0.44 161.44 0.96 0.28
Hex 3 8E 63 62 0 1E 2C A1 60 1C
Octal 3 216 143 142 0 36 54 241 140 34
Binary 11 10001110 1100011 1100010 0 11110 101100 10100001 1100000 11100

Color Harmonies of #038E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038E63

Black with #038E63

Text Example


Text Example

White with #038E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038E63; }

 p { color: rgb(3,142,99); }

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

background-color css

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

 a { background-color: rgb(3,142,99); }

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

border-color css

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

 span { border-color: rgb(3,142,99); }

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